-->

Is there an equivalent to cron in Windows?

2020-04-09 20:13发布

问题:

I want to know if there is an equivalent cron in Windows and how I can use it programmatically using PHP.

回答1:

Windows has the Scheduled Tasks control panel applet (or management console plug-in on later versions of Windows) but you can also access it via schtasks.exe if you want to automate it from the command line.

In addition, you can also use at from the command line to schedule a task.



标签: php windows cron