I want to know if there is an equivalent cron
in Windows and how I can use it programmatically using PHP.
views:
197answers:
4
+7
A:
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
2009-11-10 12:08:34
+1
A:
This link my friend has everything you need to run cron equivalent in Windows http://drupal.org/node/31506
Pasta
2009-11-10 12:09:02