Setting Up Cron Job on mr own IIS Server
« on: April 03, 2008, 07:20:40 PM »
Hi,

What does the CRON command line look like (example please) for Microsoft IIS Server (My Own Server)?

Where do I save the Command Line File?

Thanks,

Jeff
Re: Setting Up Cron Job on mr own IIS Server
« Reply #1 on: April 03, 2008, 11:11:49 PM »
Hello,

the cron task is created/configured in Hosting Control Panel and for windows server may look similar to:
Code: [Select]
C:\Apps\PHP\php.exe D:\Inetpub\domain.com\generator\runcrawl.php
Re: Setting Up Cron Job on mr own IIS Server
« Reply #2 on: July 15, 2008, 06:03:06 PM »
Scheduled Task IIS 7 localhost will look something like this:
C:\PHP\php-cgi.exe C:\inetpub\wwwroot\sitemap\runcrawl.php