Saturday, September 10, 2011

How to copy files bypassing one in "Cyclic Redundancy" error

Use the following DOS command to copy a number of files when some are in "Cyclic Redundancy" error:
xcopy /c /s /e c:\source\*.* e:\destination
source: http://www.ninthavenue.com.au/blog/copy-files-and-ignore-cyclic-redundancy-check-errors-on-windows

No comments: