Skip to content

Instantly share code, notes, and snippets.

@mhou1981
Created July 26, 2019 16:17
Show Gist options
  • Save mhou1981/d5f601c4ab919e85a1930121528108a4 to your computer and use it in GitHub Desktop.
Save mhou1981/d5f601c4ab919e85a1930121528108a4 to your computer and use it in GitHub Desktop.
Windows ROBOCOPY command example
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