Software to continue copying...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tmcw
    Badcaps Veteran
    • Oct 2010
    • 382
    • Ireland

    #1

    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?
  • gerg
    Badcaps Veteran
    • Nov 2010
    • 278
    • United States

    #2
    Re: Software to continue copying...

    i think recuva will do it but it's been a while since i have used it.

    Comment

    • selldoor
      Slow Learner
      • Dec 2010
      • 7870

      #3
      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
      Please upload pictures using attachment function when ask for help on the repair
      http://www.badcaps.net/forum/showthread.php?t=39740

      Comment

      • bluto
        Badcaps Veteran
        • Oct 2007
        • 557

        #4
        Re: Software to continue copying...

        I remember one called "Unstoppable Copier". It seems to still be around.

        Comment

        • tmcw
          Badcaps Veteran
          • Oct 2010
          • 382
          • Ireland

          #5
          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.

          Comment

          • gerg
            Badcaps Veteran
            • Nov 2010
            • 278
            • United States

            #6
            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

            Comment

            • smason
              Badcaps Legend
              • Feb 2010
              • 1652
              • Canada

              #7
              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....

              Comment

              • selldoor
                Slow Learner
                • Dec 2010
                • 7870

                #8
                Re: Software to continue copying...

                Originally posted by smason
                Umm what's wrong with xcopy?
                Already suggested?

                Think you will find my quoted link above tells how to use xcopy.
                Please upload pictures using attachment function when ask for help on the repair
                http://www.badcaps.net/forum/showthread.php?t=39740

                Comment

                • retiredcaps
                  Badcaps Legend
                  • Apr 2010
                  • 9271

                  #9
                  Re: Software to continue copying...

                  Originally posted by selldoor
                  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 ---

                  Comment

                  • smason
                    Badcaps Legend
                    • Feb 2010
                    • 1652
                    • Canada

                    #10
                    Re: Software to continue copying...

                    Originally posted by selldoor
                    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, 01:09 PM.
                    36 Monitors, 3 TVs, 4 Laptops, 1 motherboard, 1 Printer, 1 iMac, 2 hard drive docks and one IP Phone repaired so far....

                    Comment

                    • retiredcaps
                      Badcaps Legend
                      • Apr 2010
                      • 9271

                      #11
                      Re: Software to continue copying...

                      Originally posted by smason
                      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.
                      --- 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 ---

                      Comment

                      • b700029
                        Banned
                        • Sep 2010
                        • 640

                        #12
                        Re: Software to continue copying...

                        Try ddrescue. It's free (as in freedom) and open-source.

                        Comment

                        • momaka
                          master hoarder
                          • May 2008
                          • 12164
                          • Bulgaria

                          #13
                          Re: Software to continue copying...

                          Originally posted by smason
                          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.

                          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 .

                          Comment

                          • ratdude747
                            Black Sheep
                            • Nov 2008
                            • 17136
                            • USA

                            #14
                            Re: Software to continue copying...

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

                            eHow = eHuh?
                            sigpic

                            (Insert witty quote here)

                            Comment

                            • retiredcaps
                              Badcaps Legend
                              • Apr 2010
                              • 9271

                              #15
                              Re: Software to continue copying...

                              Originally posted by momaka
                              One word - genius!
                              @momaka, now you know how my bookmark collection gets so big!
                              --- 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 ---

                              Comment

                              • momaka
                                master hoarder
                                • May 2008
                                • 12164
                                • Bulgaria

                                #16
                                Re: Software to continue copying...

                                Originally posted by retiredcaps
                                @momaka, now you know how my bookmark collection gets so big!


                                ... speaking of which, I forgot to bookmark that post. But now I did

                                Comment

                                • tmcw
                                  Badcaps Veteran
                                  • Oct 2010
                                  • 382
                                  • Ireland

                                  #17
                                  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

                                  Comment

                                  Related Topics

                                  Collapse

                                  • SMDFlea
                                    Copy DMI info easily with Hex editing software and Macro script
                                    by SMDFlea
                                    Copying DMI information from an old bios to a new one is difficult for some members, often they have no experience with a hex editor,or some that have tried find it too hard.There is an option to make things easier for those members so that they don`t need to post their own bios backup for the DMI copying.

                                    Experienced bios modding members can help by posting in other threads the DMI offsets,macro script generated by the software and a download link to the software at softpedia mentioned in this guide,or post your macros in the comments here with a link to the bios request thread ....
                                    02-28-2023, 02:14 PM
                                  • EazyBone
                                    Hisense 55H8F Emmc programming help
                                    by EazyBone
                                    I am extremely new to programming and dipping into this. I picked up a XGECU T48 Programmer and have the correct socket for EMMC.
                                    I took the EMMC off a working main board with no problems and threw it into the programmer. I click analysis IC and it gives me a report (attached) of the current EMMC. Model H26M41204HPR

                                    1) I manually found this chip(above model number) in the select IC section of the XGPRO 12.xx programmer software and it had a option for 4 bit and 1 bit. I chose 4... is this correct?

                                    2) In the options section point number 2 operation says "30...
                                    06-11-2024, 06:03 PM
                                  • Caimano
                                    Need to copy DMI info for HP ProBook 650 G2 Bios
                                    by Caimano
                                    UPDATE of JANUARY 5th : I am cancelling this post because problem has been solved by creating a new bios starting from the old one with correct dmi and cleaning ME. everything works fine . thanks anyway

                                    Hi, I am replacing a motherboard circus-6050A2723701-MB-A02 to an HP 650 G2 laptop because the original one was faulty. I bought and repaired a used MB which works fine now with its BIOS, but I wanted to copy the DMI data from the old to the new MB. I created with Flash Image Tool a new bios starting from the old original chip , cleaned ME region and new updated dump region extracted...
                                    01-03-2024, 05:19 AM
                                  • BMCappelletti
                                    iMac fan ramps up after shutting down. Software? SMC? FET?
                                    by BMCappelletti
                                    Hi everyone.
                                    There are some topics here (also on a lot of other places) regarding this issue, but I believe none has a definitive answer. At least I didn't see anyone saying it really worked for them.
                                    In my case I have an iMac A1418 (late 2012) that the fan goes full blast (or at least ramps up the speed) after going to sleep or turning the computer off.
                                    It's not a software issue, cause it was formatted and it happens with any MacOS version I test.
                                    At some places people say it would be an issue with the S5 rail. Others say it's the S0 rail. And some others say it's an SMC...
                                    01-17-2025, 08:11 AM
                                  • Russ17
                                    JVC LT-55C870(B) Corrupt Software??
                                    by Russ17
                                    Hi,

                                    I have a JVC LT-55C870(C). All that happens upon applying power is the red led flashes slowly (1Hz).
                                    If I hold the OK on the remote while powering on, the led flashes at 2Hz, but without a USB Device attached, it obviously does nothing, no screen or backlight.

                                    Any thoughts on this being corrupted software?

                                    Owner says the TV experienced a power surge.

                                    If software is a possibility, can someone point me in the right direction to download the correct software. Is there a procedure to force software to load from USB?
                                    ...
                                    10-10-2023, 12:34 PM
                                  • Loading...
                                  • No more items.
                                  Working...