Ignore Errors During Copying

Associate
Joined
24 Jun 2007
Posts
194
I remember reading about a program that allows you to copy files and will continue copying even if it encounters an error as opposed to just cancel the process like XP does by default. However, I've forgotton what the name was.

Anyone know of a program that can do this?
 
Code:
xcopy <source> <destination> /c

There are 3rd party guis available for xcopy, but I can't comment on how good they are.
 
Back
Top Bottom