Created
September 26, 2011 18:46
-
-
Save computercolin/1243012 to your computer and use it in GitHub Desktop.
SyncToy .cmd and .bat to schedule with a minimized window (instead of popup terminal)
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
== synctoy.cmd == | |
start /d %~dp0 /min sync_all.bat | |
# /d set working direcotory | |
# %~dp0 location of running script | |
== synctoy.bat == | |
"C:\Program Files\SyncToy 2.1\SyncToyCmd.exe" -R | |
# -R Sync all folder pairs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment