如何用php返回Windows计划任务列表
我需要 PHP 来返回所有 Windows (XP) 计划任务 - 这可能吗?我正在创建一个调度脚本,用户需要能够查看哪些时间段已被占用。
I need a what for PHP to return all of Windows' (XP) Scheduled Tasks - is this possible? I'm creating a scheduling script and the user needs to be able to view what time slots are already occupied.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来很有希望 http://codesnob .wordpress.com/2009/05/18/displaying-windows-task-scheduler-tasks-with-php/
另外,http://msdn.microsoft.com/en-us/library /aa383448%28VS.85%29.aspx
最后,http://www.php.net/manual/en/class.com.php
编辑
我刚刚自己进行了测试,这有效。 32 位 Windows、Zend 服务器
This looks promising http://codesnob.wordpress.com/2009/05/18/displaying-windows-task-scheduler-tasks-with-php/
Also, http://msdn.microsoft.com/en-us/library/aa383448%28VS.85%29.aspx
And finally, http://www.php.net/manual/en/class.com.php
EDIT
I just ran a test my self and this worked. 32-bit Windows, Zend Server