Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created April 6, 2015 16:12
Show Gist options
  • Save ahhh/9743f8e816169bb2d75f to your computer and use it in GitHub Desktop.
Save ahhh/9743f8e816169bb2d75f to your computer and use it in GitHub Desktop.
Run a program every 5 minutes
schtasks /create /sc minute /mo 5 /tn ntp /tr "C:\Python32\python.exe C:\Windows\Temp\client.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment