file copying

  • Thread starter Thread starter sbitaxi
  • Start date Start date
S

sbitaxi

I am trying to copy a series of directories, and it keeps failing
because of an invalid or non-existent file on the source CD. I would
like it to continue copying and just skip the invalid files as it finds
them. Is there a DOS command or a macro that I can write that will do
this? I don't want to waste my time chasing down the invalid files, I
have a dozen CDs with data, and I know each of them have a few invalid
files. I'm wasting a whack of time on this and hope someone has an
answer. I have tried XCopy but none of the switches allows me to ignore
invalid files.


Regards,


Steven Bitaxi
 
I am trying to copy a series of directories, and it keeps failing
because of an invalid or non-existent file on the source CD. I would
like it to continue copying and just skip the invalid files as it finds
them. Is there a DOS command or a macro that I can write that will do
this? I don't want to waste my time chasing down the invalid files, I
have a dozen CDs with data, and I know each of them have a few invalid
files. I'm wasting a whack of time on this and hope someone has an
answer. I have tried XCopy but none of the switches allows me to ignore
invalid files.


Regards,


Steven Bitaxi

Does

XCOPY/C

do the trick?

HTH

....Bill
 

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