Home  >  Article  >  Backend Development  >  windows 计划任务的使用 php脚本的使用

windows 计划任务的使用 php脚本的使用

WBOY
WBOYOriginal
2016-06-23 13:40:101331browse

1、如果计划任务不可用 ,请先开启服务  Task Scheduler 


2、设置脚本执行方法  注意一定要使用绝对路径 执行的是php.exe 而不是脚本


3、验证脚本是否有用! 测试下


4、要注意的几点:

如果你的脚本中用了getcwd();那么他定位的是php.exe的路径位置,建议使用绝对路径。


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn