Skip to content

Instantly share code, notes, and snippets.

@afelicioni
Created November 10, 2015 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afelicioni/aec29f4026c07fd48fa1 to your computer and use it in GitHub Desktop.
Save afelicioni/aec29f4026c07fd48fa1 to your computer and use it in GitHub Desktop.
scheduled task command, windows host (warning: not just a CTRL+C & CTRL+V crontab replacement). Scheduled for every Monday at 20:15
schtasks /create /tn "Namespace\Scheduled Task" /tr "php -f C:\xampp\htdocs\index.php" /sc weekly /d MON /st 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment