Created
July 26, 2019 16:17
-
-
Save mhou1981/d5f601c4ab919e85a1930121528108a4 to your computer and use it in GitHub Desktop.
Windows ROBOCOPY command example
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
ECHO OFF | |
robocopy "SOURCE_DIR" "DEST_DIR" /MIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment