I want to know if there is an equivalent cron
in Windows and how I can use it programmatically using PHP.
Asked
Active
Viewed 1,893 times
4

Thomas Owens
- 114,398
- 98
- 311
- 431

pradeepa
- 4,104
- 5
- 31
- 41
1 Answers
8
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.

paxdiablo
- 854,327
- 234
- 1,573
- 1,953