23
Jan

PHP / Windows Task scheduling from command prompt

   Posted by: Vivek Khokhar   in php, windows

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

This entry was posted on Tuesday, January 23rd, 2007 at 12:11 am and is filed under php, windows. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

You must be logged in to post a comment.