16
6
I have a corrupted CD from which I want to copy files. The problem is that the default Windows 7 copy utility gets completely stuck when it encounters a corrupted sector of the CD. Can you recommend utilities with an option to manually skip certain files on-the-fly, or with option to specify a time out for every file copy?
3My experience indicates that when robocopy encounters a difficult to read file, it's output includes a percent complete, but it still "hangs" for quite some time before it moves on, even with /R:0. – Dale – 2015-10-05T21:35:58.393
Warning: before transfer it will delete content of
C:\ThisIsTheTargetFolder
if any exists – Wakan Tanka – 2016-07-18T22:31:07.857I can also confirm that Robocopy still hangs on the problematic files: 0.0% New File 6.2 m 20170921_130000.jpg – Tony Sepia – 2018-03-06T07:41:35.713
But I am definitely upvoting this for the /XF option - I can iteratively exclude the ones that get stuck by adding them after the /XF flag – Tony Sepia – 2018-03-06T07:57:00.773