在win系统下crontab的解决方案
// cron.json
[
{
"name": "打开百度",
"crontab": "* * * * * *",
"cmd": "start www.baidu.com"
},
{
"name": "执行一个php文件",
"cron": "* * * * * *",
"cmd": "cd F:\\www\\test && php ping.php"
}
]
| Name | Name | Last commit date | ||
|---|---|---|---|---|