cron equivalent on IIS?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
waskelton4
Forum Contributor
Posts: 132
Joined: Mon Sep 09, 2002 6:42 pm

cron equivalent on IIS?

Post by waskelton4 »

I'm running PHP on an IIS 6 server and need to setup a script to run on a scheduled basis.

Is there a cron equivalent in on win2k3/IIS6?

Thanks

Will
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

scheduled tasks can perform the action, although a bit more clunky.
waskelton4
Forum Contributor
Posts: 132
Joined: Mon Sep 09, 2002 6:42 pm

Post by waskelton4 »

would this be done by running a browser through the task scheduler and passing the script url to it?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you'd run it through one of the command line interfaces: php.exe or php-win.exe (with PHP 5)
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Post Reply