ShatteredScreens said:It just cancels the copy, no option to skipEdhel said:The files that are in use are more then likely windows system files you won't need. Just ignore them and copy the rest that can be copied.![]()
Well that sucks. I forgot only Vista and 7 have that feature.
You could try running command prompt and copying the files with xcopy.
Something like the following command should work. c:\ is the source drive it'll copy from and d:\ is the destination drive, so change those parts accordingly. The rest of the command should be fine. It's set to ignore errors in copying, copy directories and sub directories (except empty ones), copy hidden and system files and copy read only files.
xcopy c:\ d:\ /c/h/e/r/k/y/s






