Preserved Topic: Scheduling scripts with WinXP and Apache... |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 04-18-2003 19:56
Can anyone enlighten me on how to perform a Windows-style Cron Job (Scheduled task) with Apache server installed? For example, I've tried to have the script on my localhost server "maillist.php" run every night. For some reason, I get a "Could not start" error in Scheduler. Task Scheduler is running as a service. Help! |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-18-2003 20:45
Alrighty then first check out this tute on using the php command line interface. This way you should be able to skip having to use apache to hit a page. |
Paranoid (IV) Inmate From: Deeetroit, MI. USA |
posted 04-18-2003 21:35
Thanks very much for the direction bitdamaged. Alternatively, I just followed the directions at the bottom of that tute to associate .php extensions with PHP interpreter. Boy, I learn something everyday here. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 04-28-2003 16:56
Windows has an AT function that is really similar to cron, sortof, in a windows fucks everything up kind of way. |