Archive for the ‘windows’ Category

23
Jan

PHP / Windows Task scheduling from command prompt

   Posted by: Vivek Khokhar

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