user3218338 asked:
robocopy B:\Foo\ D:\890001 /MIR /COPY:DT /FFT
Am using the above to copy files from A to B, however I wish to move the file not copy. How can this be done without its function being compromised?
My answer:
Use /mov
, as shown in the documentation.
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.