Last active
December 3, 2018 07:23
-
-
Save ishideo/6fdbd439ad5026289e10204fb9eaa76f to your computer and use it in GitHub Desktop.
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
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