Question : Cut and paste in robocopy

Hi,
I want to be able to create a script that will cut a folder on my local machine and paste it to a network drive, is this possible in a batch script or robocopy?

Answer : Cut and paste in robocopy

You mean that you want to move a folder from your computer to another computer on the network? Yes you can do this with robocopy using the string below or a string with the switches you prefer.  

robocopy "" "" /E /SEC /COPYALL /Z /X  /MOV /R:10 /W:30



Read more about robocopy at wikipedia
http://en.wikipedia.org/wiki/Robocopy
Random Solutions  
 
programming4us programming4us