XCOPY /C continues copying on errors
1) Does XCOPY move to the next file or attempt copying the next sector in the same file if an error is detected?
2) Does XCOPY/C suppress Abort, Retry, Fail message?
I will have to use a corrupt floppy disk to test.
If XCOPY/C suppresses Abort, Retry, Fail some changes need to be made.
I had a call that a backup was fine, but when attempting to copy an individual file the user received Abort, Rety, Fail on the source hard disk. If the Abort,Retry, Fail is missed would be very bad if XCOPY /C suppresses the message.
Comment