Created
July 1, 2016 05:17
-
-
Save chrisRedwine/ffea922a12df09e9c840046c2ca0c184 to your computer and use it in GitHub Desktop.
Robocopy with sensible options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robocopy "src/path" "dst/path" /MIR /COPY:DAT /MT:16 /W:10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment