PDA

View Full Version : Copying a file from CD with CRC errors?


petreza
05-01-04, 11:58 AM
Hi,

I have a problem. One of the files on a CD that I am trying to copy gives me CRC error. I would like to copy the file anyway an hope the area that contains the CRC is not an important one. However the program I am using to copy does not let me ignore the CRC errors - it only lets me "Abort".

Is there a program that can help me?

Thanks!

I.M.O.G.
05-01-04, 12:10 PM
That portion of the disc is unreadable... If you have already tried cleaning the disc, and can't read from it still, I think you've lost that file.

The file will not be able to load with an error in the middle of it AFAIK.

JCLW
05-03-04, 11:42 AM
Try xcopy with the /c switch for a command line.

ie: XCOPY D:\*.* C:\CDTEMP\ /C