PDA

View Full Version : making Windows skip corrupted files while copying?


ixfd64
03-02-2009, 05:07 PM
I sometimes back up data by manually copying files. However, when Windows encounters a file that cannot be read, it simply stops the whole copying process. Is there a way to make Windows skip the file instead of terminating the copying process?

Phayzon
03-02-2009, 05:26 PM
XP I imagine? No idea. Vista gives you a Skip option.

Yatta
03-02-2009, 05:29 PM
The built-in xcopy (http://www.computerhope.com/xcopyhlp.htm) command with the /c switch will instruct it to continue on errors. If you have the resource kit, RoboCopy with the /R:n and /W:n switches will do too. http://en.wikipedia.org/wiki/Robocopy

Also try unstoppable copier. There's a download link on this page in the Feb 15 news item: http://www.roadkil.net/

ixfd64
03-02-2009, 07:51 PM
The built-in xcopy (http://www.computerhope.com/xcopyhlp.htm) command with the /c switch will instruct it to continue on errors.

OK, I'll try that. Thanks!

shiranui
03-03-2009, 01:57 AM
Teracopy? (http://www.codesector.com/teracopy.php)