| ROBOCOPY Problem
|
webfoo

msg:3878895 | 11:52 pm on Mar 25, 2009 (gmt 0) | Hi everyone, Using the Robocopy feature of batch/command prompt, I have run into a probelm. I'm trying to copying a folder from one location on my computer to a network drive routinely. But it always gets hung up on one certain file. How do I tell it to keep going and skip over the bad file?
|
bill

msg:3879836 | 2:23 am on Mar 27, 2009 (gmt 0) | It might depend on the reason the file was hanging the process. Without knowing what that is I suggest you look at some switches that allow for an IF ¦ THEN condition to work around the problem file.
|
particleman

msg:3880972 | 2:19 am on Mar 29, 2009 (gmt 0) | /R:1 add that switch, it will retry once and move on to the next file
|
|
|