How to copy many many files . . .

  • Thread starter Thread starter InOverMyHead
  • Start date Start date
I

InOverMyHead

I'm copying a bunch of files from an old CD. Something like 10% are broken
(can't read data) and each bad one stops the copy process dead in its
tracks!! I can de-select the offending file, then try again, but wow - this
is taking forever.

Is there a way to copy *.* in such a way that it won't stop for one bad
file, but will simply skip it and proceed on to the next file? maybe a
command line entry? or a utility prog? (This problem is not confined to CD
media, so lets not worry about cleaning the disk, etc.)

Any help would be greatly appreciated.

Bob
 
In
Joshua Bolton said:
Perhaps xcopy with the /C switch will work for you. Do a xcopy /?
for the details.

Another option is robocopy - I tend to prefer it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top