在 Windows Xampp 中设置 Cronjob

2022-01-03 00:00:00 cron php

在我的 Xampp Windows 服务器中设置此命令所需的帮助

Help needed to set up this command in my Xampp windows server

0 * * * *     cd C:/xampp/htdocs/plugins/moviefeed/ && php cron.php

你能指点我正确的方向吗

Could you please point me in the right direction

谢谢

推荐答案

在 Windows 操作系统上没有 cron .... 您需要使用 Windows 的调度程序任务来创建Cronjob".使用 Windows 调度程序的示例

On Windows OS there is no cron .... you need to use the scheduler task from Windows to create a "Cronjob". Example for using the windows scheduler

相关文章