Badcaps.net Forum
Go Back   Badcaps Forums > General Topics > General Computer Discussion
Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

 
Thread Tools Display Modes
Old 06-27-2012, 11:58 AM   #1
tmcw
Senior Member
 
Join Date: Oct 2010
City & State: Ireland
My Country: Ireland
Line Voltage: 240V AC, 50Hz
I'm a: Knowledge Seeker
Posts: 146
Default Software to continue copying...

Looking for suggestions for software (free if possible) that will continue a copying instruction if an error is encountered.

My situation... I have a CD-RW with A LOT of files on it, and I know that at least one is bad, but if I try to copy all the files and folders to dump on a hard drive, as soon as it encounters the bad file (seems to be a crc error for one particular file, so far), it halts the operation.

Now, I don't particularly want to select all but the one, start the copy again, then come back to the computer and find that it failed on another, so I'm looking for some software that will just continue copying what was initially ordered, then serve a report at the end, telling me if any were unsuccessful.

Anything out there that will do the job?
tmcw is offline   Reply With Quote
Old 06-27-2012, 12:14 PM   #2
gerg
Badcaps Veteran
 
Join Date: Nov 2010
City & State: Sheboygan, Wisconsin
My Country: United States
I'm a: Professional Tech
Posts: 261
Default Re: Software to continue copying...

i think recuva will do it but it's been a while since i have used it.
gerg is offline   Reply With Quote
Old 06-27-2012, 12:38 PM   #3
selldoor
Slow Learner
 
Join Date: Dec 2010
City & State: Lancashire UK
Posts: 4,657
Default Re: Software to continue copying...

Not exactly what you asked for - seems this should copy everything
http://www.ehow.com/how_7268613_copy...-files-cd.html
selldoor is offline   Reply With Quote
Old 06-27-2012, 08:44 PM   #4
bluto
Badcaps Veteran
 
Join Date: Oct 2007
City & State: Illinois
Posts: 326
Default Re: Software to continue copying...

I remember one called "Unstoppable Copier". It seems to still be around.
bluto is offline   Reply With Quote
Old 06-28-2012, 05:56 AM   #5
tmcw
Senior Member
 
Join Date: Oct 2010
City & State: Ireland
My Country: Ireland
Line Voltage: 240V AC, 50Hz
I'm a: Knowledge Seeker
Posts: 146
Default Re: Software to continue copying...

Thanks for the suggestions.

I think Recuva is more for deleted/lost files, but I'll give it a go if I don't have any luck with the other options.

I did try the xcopy, but it began, and failed with a crc error when it hit the first bad file.

I remember coming across unstoppable copier before, I think when I was trying to recover from a clicking HDD, but didn't need to use it in the end. I've downloaded it, and have it working away on another PC. Hopefully it will do the business.
tmcw is offline   Reply With Quote
Old 06-28-2012, 08:04 AM   #6
gerg
Badcaps Veteran
 
Join Date: Nov 2010
City & State: Sheboygan, Wisconsin
My Country: United States
I'm a: Professional Tech
Posts: 261
Default Re: Software to continue copying...

yeah it's for lost files and deleted files but i believe it will continue through a copy no matter the file damage. i will look around on my home computer tonight I just did this about 6 months ago myself
gerg is offline   Reply With Quote
Old 06-28-2012, 08:11 AM   #7
smason
Badcaps Veteran
 
smason's Avatar
 
Join Date: Feb 2010
City & State: Alberta
My Country: Canada
Line Voltage: 120VAC 61Hz
I'm a: Hobbyist Tech
Posts: 1,405
Default Re: Software to continue copying...

Umm what's wrong with xcopy?
__________________
36 Monitors, 3 TVs, 4 Laptops, 1 motherboard, 1 Printer, 1 iMac, 2 hard drive docks and one IP Phone repaired so far....
smason is offline   Reply With Quote
Old 06-28-2012, 09:53 AM   #8
selldoor
Slow Learner
 
Join Date: Dec 2010
City & State: Lancashire UK
Posts: 4,657
Default Re: Software to continue copying...

Quote:
Originally Posted by smason View Post
Umm what's wrong with xcopy?
Already suggested?

Think you will find my quoted link above tells how to use xcopy.
selldoor is offline   Reply With Quote
Old 06-28-2012, 12:33 PM   #9
retiredcaps
Badcaps Veteran
 
Join Date: Apr 2010
City & State: Canada
Posts: 8,078
Default Re: Software to continue copying...

Quote:
Originally Posted by selldoor View Post
Think you will find my quoted link above tells how to use xcopy.
No need for a link. Open up a DOS window ...

xcopy /?

the parameter to try is

/C Continues copying even if errors occur.
__________________
--- begin sig file ---

If you are new to this forum, we can help a lot more if you please post clear focused pictures (max resolution 2000x2000 and 2MB) of your boards using the manage attachments button so they are hosted here. Information and picture clarity compositions should look like this post.

We respectfully ask that you make some time and effort to read some of the guides available for basic troubleshooting. After you have read through them, then ask clarification questions or report your findings.

Please do not post inline and offsite as they slow down the loading of pages.

--- end sig file ---
retiredcaps is offline   Reply With Quote
Old 06-28-2012, 01:07 PM   #10
smason
Badcaps Veteran
 
smason's Avatar
 
Join Date: Feb 2010
City & State: Alberta
My Country: Canada
Line Voltage: 120VAC 61Hz
I'm a: Hobbyist Tech
Posts: 1,405
Default Re: Software to continue copying...

Quote:
Originally Posted by selldoor View Post
Already suggested?

Think you will find my quoted link above tells how to use xcopy.
Your quoted link was written by someone who obviously doesn't have much of a clue.

Retiredcaps nailed it.

Xcopy does everything you'd ever need, and if not, Robocopy does the rest.
I've never needed any third party tools, or dumbed down GUIs ( like Synctoy)
Xcopy and Robocopy are all you need.

Edit:
Or hobocopy if you need to copy files that are locked in-use and don't want to mess with VSS commands.

Last edited by smason; 06-28-2012 at 01:09 PM..
smason is offline   Reply With Quote
Old 06-28-2012, 03:26 PM   #11
retiredcaps
Badcaps Veteran
 
Join Date: Apr 2010
City & State: Canada
Posts: 8,078
Default Re: Software to continue copying...

Quote:
Originally Posted by smason View Post
Xcopy does everything you'd ever need,
I have used this command since DOS 3.X. I still use it daily in a batch file to copy all the files that have been modified from one hard drive to another so I have a backup copy of everything.
retiredcaps is offline   Reply With Quote
Old 06-28-2012, 08:08 PM   #12
b700029
Banned
 
Join Date: Sep 2010
Posts: 641
Default Re: Software to continue copying...

Try ddrescue. It's free (as in freedom) and open-source.
b700029 is offline   Reply With Quote
Old 06-29-2012, 01:00 AM   #13
momaka
Badcaps Veteran
 
momaka's Avatar
 
Join Date: May 2008
City & State: VA
My Country: U.S.A.
Line Voltage: 120 VAC, 60 Hz
I'm a: Student Tech
Posts: 3,177
Default Re: Software to continue copying...

Quote:
Originally Posted by smason View Post
Your quoted link was written by someone who obviously doesn't have much of a clue.
Yeah, ehow is seriously retarded. I hate that website with a passion.

Quote:
Originally Posted by retiredcaps
No need for a link. Open up a DOS window ...
xcopy /?
the parameter to try is
/C Continues copying even if errors occur.
One word - genius!

Exactly what I needed as well since I have a bunch of CDs that give me CRCs. Thanks for the info .
momaka is offline   Reply With Quote
Old 06-29-2012, 02:17 AM   #14
ratdude747
Super Moderator
 
ratdude747's Avatar
 
Join Date: Nov 2008
City & State: New Albany, IN
My Country: USA
Line Voltage: 120VAC 60Hz
I'm a: Student Tech
Posts: 10,783
Send a message via Yahoo to ratdude747 Send a message via Skype™ to ratdude747
Default Re: Software to continue copying...

Quote:
Originally Posted by momaka View Post
Yeah, ehow is seriously retarded. I hate that website with a passion.
I'll add this to the Acronym thread:

eHow = eHuh?
__________________


(Insert signature here)
ratdude747 is online now   Reply With Quote
Old 06-29-2012, 02:00 PM   #15
retiredcaps
Badcaps Veteran
 
Join Date: Apr 2010
City & State: Canada
Posts: 8,078
Default Re: Software to continue copying...

Quote:
Originally Posted by momaka View Post
One word - genius!
@momaka, now you know how my bookmark collection gets so big!
retiredcaps is offline   Reply With Quote
Old 07-04-2012, 11:30 PM   #16
momaka
Badcaps Veteran
 
momaka's Avatar
 
Join Date: May 2008
City & State: VA
My Country: U.S.A.
Line Voltage: 120 VAC, 60 Hz
I'm a: Student Tech
Posts: 3,177
Default Re: Software to continue copying...

Quote:
Originally Posted by retiredcaps View Post
@momaka, now you know how my bookmark collection gets so big!


... speaking of which, I forgot to bookmark that post. But now I did
momaka is offline   Reply With Quote
Old 07-05-2012, 10:15 AM   #17
tmcw
Senior Member
 
Join Date: Oct 2010
City & State: Ireland
My Country: Ireland
Line Voltage: 240V AC, 50Hz
I'm a: Knowledge Seeker
Posts: 146
Default Re: Software to continue copying...

Thanks again for the suggestions...

I ended up trying getting xcopy to work, and it worked fine; I hadn't been using the parameters correctly.

Unstoppable copier worked fine too, there were 849 files on the CD-RW, and both methods were able to recover 847 of the files, 2 were bad.

However, unstoppable copier was also able to dump what it could of the 2 bad files. One was a pdf (couldn't open that at all), but the other was a rar file, and although it wasn't intact, I was able to get most of the files from the compressed file. It didn't really matter, as I had another copy of that file elsewhere, but it was still a useful exercise
tmcw is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 09:15 PM.


Badcaps.net Technical Forums © 2003 - 2013
Powered by vBulletin ®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.