PC Review


Reply
Thread Tools Rate Thread

continue on error

 
 
Peter Lecki
Guest
Posts: n/a
 
      17th Jan 2006
I frequently run into an error when copying or deleting folders with
large amounts of files/folders in them. It doesn't matter what the
error is, it could be a file in use or a file name too long,
insufficient permissions, whatever. The Windows explorer typically
will stop the copy/move/delete batch process when it encounters an
error. Does anyone know of a utility that will continue with the rest
of the files even if it runs into an error? And ideally even report
the files it was not able to process.

Thanks,
Peter.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      18th Jan 2006

"Peter Lecki" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I frequently run into an error when copying or deleting folders with
> large amounts of files/folders in them. It doesn't matter what the
> error is, it could be a file in use or a file name too long,
> insufficient permissions, whatever. The Windows explorer typically
> will stop the copy/move/delete batch process when it encounters an
> error. Does anyone know of a utility that will continue with the rest
> of the files even if it runs into an error? And ideally even report
> the files it was not able to process.
>
> Thanks,
> Peter.


Back to the Command Prompt! xcopy.exe has a switch that
makes the command continue when encountering errors.
It also reports errors although the report does not properly
identify the problem file. Robocopy.exe is better in this regard:

robocopy c:\ d:\test /r:3 /w:3 1>d:\robo.log


 
Reply With Quote
 
Peter Lecki
Guest
Posts: n/a
 
      24th Jan 2006
Thanks!
-Peter
PS. Got your message on multi- vs cross- posting as well.


On Wed, 18 Jan 2006 12:35:07 +1100, "Pegasus \(MVP\)" <(E-Mail Removed)>
wrote:

>
>"Peter Lecki" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> I frequently run into an error when copying or deleting folders with
>> large amounts of files/folders in them. It doesn't matter what the
>> error is, it could be a file in use or a file name too long,
>> insufficient permissions, whatever. The Windows explorer typically
>> will stop the copy/move/delete batch process when it encounters an
>> error. Does anyone know of a utility that will continue with the rest
>> of the files even if it runs into an error? And ideally even report
>> the files it was not able to process.
>>
>> Thanks,
>> Peter.

>
>Back to the Command Prompt! xcopy.exe has a switch that
>makes the command continue when encountering errors.
>It also reports errors although the report does not properly
>identify the problem file. Robocopy.exe is better in this regard:
>
>robocopy c:\ d:\test /r:3 /w:3 1>d:\robo.log
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
on error - continue Elmo Watson Microsoft ASP .NET 1 14th Dec 2007 04:37 PM
How can I continue copying when there is an error! Jack Windows XP General 1 17th Dec 2006 01:25 PM
How to continue macro if there is an error value =?Utf-8?B?bXNkcm9sZg==?= Microsoft Excel Programming 1 2nd Nov 2006 07:23 PM
ExecuteNonQuery with error checking (or continue on error equiv) =?Utf-8?B?RmlkZGVsbTM3NDI=?= Microsoft ADO .NET 3 30th Jun 2006 03:39 PM
4010 Error continue Reed Wiedower Microsoft Windows 2000 DNS 3 22nd May 2004 06:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:34 PM.