使用 PHP 将任务添加到 Windows 调度程序
我无法找到有关使用 PHP 将任务添加到 Windows 任务计划程序的任何信息。我可以使用 exec()。
这必须在 IIS 上运行。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
schtasks 的语法
您可以使用
Syntax for schtasks
You can use
Windows 计划任务有一个名为 Schtasks 的命令行实用程序,您可以使用此实用程序将您的任务添加到计划任务列表中。
请访问 Schtasks 语法的 URL
http://technet.microsoft.com/ en-us/library/cc772785%28WS.10%29.aspx#BKMK_run
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