Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Error Messages -- how to skip  (Read 2476 times)

0 Members and 1 Guest are viewing this topic.

sukieb

    Topic Starter


    Rookie

    Error Messages -- how to skip
    « on: August 25, 2008, 10:11:19 AM »
    When I copying some files I get an access denied message an my batch stops.  How do I tell the batch to skip over the access denied and continue the copying?

    I am using Win2000 and using a batch to backup files to an external hard drive. 

    fireballs



      Apprentice

    • Code:Terminal
    • Thanked: 3
      Re: Error Messages -- how to skip
      « Reply #1 on: August 25, 2008, 10:28:17 AM »
      If you're using xcopy. the argument /c will skip over errors.

      FB
      Next time google it.