I don't see how this could help you. Robocopy.exe writes a log file but still you need to automate process of parsing this log file and finding errors if you don't want to do it manually every time you run this job. In case if you are looking for a file/directory replication and synchronization rather then file copy as you initially said, take a look at SyncLocalDir, SyncRemoteDir and SyncFTPDir commands available in 24x7. When you use these commands 24x7 automatically takes care of error handling and error processing. : I ended up using Microsoft's Robust File Copy (robocopy.exe), available as : part : of the Windows 2000 resource kit. : : http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en : Although this resouce kit is for windows 2003, robocopy works with windows : 2000 and windows xp (i hae : this running on w2k in production, tested on winxp in development.) : It also comes with a word doc with complete usage instructions.
|