Skip to content

Instantly share code, notes, and snippets.

@computercolin
Created September 26, 2011 18:46
Show Gist options
  • Save computercolin/1243012 to your computer and use it in GitHub Desktop.
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)
== 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