Skip to content

Instantly share code, notes, and snippets.

@ishideo
Last active December 3, 2018 07:23
Show Gist options
  • Save ishideo/6fdbd439ad5026289e10204fb9eaa76f to your computer and use it in GitHub Desktop.
Save ishideo/6fdbd439ad5026289e10204fb9eaa76f to your computer and use it in GitHub Desktop.
timeout 120
taskkill /F /IM "robocopy.exe"
robocopy "C:\abc" "D:\xyz" /S /R:0 /W:0 /XJD /XJF /LOG:"C:\TEMP\robocopy.log" /xf *.type~ *.robot~ .gitignore .history .project /xd .git
cmd.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment