Is there software that will copy files from a CD-ROM to a hard disk and not choke on unreadable files without having to use Windows’ copy feature one file at a time.
In Windows Explorer you can highlight as many files as you want to copy enmass.
As for unreadable files, well, if they are unreadable they are unreadable.
I think what he’s complaining about is Window’s misfeature of stopping the *entire transfer *every time a single file can’t be copied (something the rest of the OSes got right 20+ years ago) leaving you with a partially-copied version.
Vista, of all things, actually fixes this, although it does it in typical Vista “are you sure you’re sure you’re sure you’re sure” multi-dialog fashion, with “use same answer for all” checkboxes that sometimes work and sometimes don’t based on the phase of the moon.
Is there software that will only skip the unreadable file and not quite altogether?
Robocopy might work for you.
I’ve used Jfilerecovery on crappy disks with success. With repeated trys it’s given good copies of files Explorer has choked on
**However **-- it may not be exactly what your looking for since it doesn’t skip files, it transfers everything that can be transferred (even letting you swap the disk to different drives to re-read duff bits)
It transfers ALL files, including the incomplete ones, (which would be a very bad thing with program files) so you’d have to manually delete them (it does tell you where the problems are, but IIRC, no actual skip option)
(BTW it’s Java based, should run on Macs too)
C:\>XCOPY <fromfolder> <tofolder> /c
has worked in DOS & Windows for the last 20 years.
LSLGuy, I did xcopy /? but missed that.
Capt B. Phart and Dewey Finn, I’ll try them.
Thanks all.
I use xcopy - it can be a bit of a pain if you’re copying from a deeply-buried, weirdly-named folder to another one similarly hard to find from the command prompt. but you can save time and effort like this:
[ul]
[li]Open a command window[/li][li]type XCOPY <space>[/li][li]Using Windows Explorer, locate the source folder[/li][li]Drag the folder icon onto the command window[/li][li]The path name will be automatically inserted at the prompt[/li][li]etc.[/li][/ul]