Windows 中的 Cron

发布于 2024-10-15 21:53:19 字数 74 浏览 2 评论 0原文

我正在使用 Windows,我需要在其中安排一个 php 任务。任何人都可以通过解释如何在这里使用 cron 来帮助我解决这个问题吗?

i am using Windows and i need to schedule a php task in this. Can anyone help me on this by explaining how to use cron here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

娇妻 2024-10-22 21:53:19

cron 是一个 Unix 实用程序(尽管您可以获得它的 Windows 端口)。但是,您应该尝试使用 Windows Scheduler

cron is a Unix utility (although you can get a Windows port of it). However, you should try using Windows Scheduler instead.

自找没趣 2024-10-22 21:53:19

使用 Windows 任务计划程序 - http://support.microsoft.com/kb/308569

或者您可以在 cygwin 中尝试 cron,请参阅如何在 Windows 上的 Cygwin 中运行 crontab?

Use Windows Task Scheduler - http://support.microsoft.com/kb/308569

Or you can try cron in cygwin, see How do you run a crontab in Cygwin on Windows?

夜访吸血鬼 2024-10-22 21:53:19

Cron 未内置于 Windows 中。但是,您可以使用 schtasks 命令,您可以使用该命令添加/从计划中删除任务。

另请查看Windows 任务计划程序

Cron is not built into Windows. However, you can use the schtasks command which you can use to add/remove tasks from the schedule.

Also take a look at Windows Task Scheduler.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文