:-[] :-|| Vivek Khokhar rambles here :-O :-[]

January 23, 2007

PHP / Windows Task scheduling from command prompt

Filed under: php, windows — Vivek Khokhar @ 12:11 am

schtasks /create /tn “My Scheduled Jobs” /tr “php-win.exe D:\Program Files\xampp\htdocs\somefile.php” /sc minute

make sure that php-win.exe is in path while giving this command

Powered by WordPress