Skip to content

Instantly share code, notes, and snippets.

@treffynnon
Created February 4, 2010 15:19
Show Gist options
  • Save treffynnon/294733 to your computer and use it in GitHub Desktop.
Save treffynnon/294733 to your computer and use it in GitHub Desktop.
Windows: Scheduled tasks example
schtasks /Create /RU username /RP password /SC MONTHLY /MO 2 /TN taskname /TR "C:\Program Files\wget\wget.exe http://www.webaddress.com/script.php --spider"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment