I’m unable to find any information on adding tasks to Windows Task Scheduler with PHP. I can use exec().
This has to work on IIS.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows Schedule Task has a command line utility called Schtasks you can use this utility to add your task to Scheduled task list.
Please go thru the URL for syntax of Schtasks
http://technet.microsoft.com/en-us/library/cc772785%28WS.10%29.aspx#BKMK_run