How to copy many many files . . .

inovermyhead

Distinguished
Jul 27, 2004
11
0
18,510
Archived from groups: microsoft.public.win2000.general (More info?)

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
 
Archived from groups: microsoft.public.win2000.general (More info?)

Perhaps xcopy with the /C switch will work for you. Do a xcopy /? for the
details.
 
Archived from groups: microsoft.public.win2000.general (More info?)

Worked like a charm. Thanks loads!

Bob

"Joshua Bolton" <JoshuaBolton@discussions.microsoft.com> wrote in message
news😀BC8E24C-72CF-4C23-89B8-2BAAF7581CA3@microsoft.com...
> Perhaps xcopy with the /C switch will work for you. Do a xcopy /? for the
> details.
 
Archived from groups: microsoft.public.win2000.general (More info?)

In news😀BC8E24C-72CF-4C23-89B8-2BAAF7581CA3@microsoft.com,
Joshua Bolton <JoshuaBolton@discussions.microsoft.com> typed:
> 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.