how to cron on windows server?

Posted by waveking, 05-03-2007, 10:04 AM
Hi, I truly love the 'cron' feature on Linux servers. This way I can schedule php scripts to do repetitive tasks on my website, but I plan to develop a asp.net website. Is this kind of scheduling scripts possible on Windows servers? Else how do I perform repetitive automatic tasks? It would be a shared hosting.

Posted by MrRadic, 05-03-2007, 10:11 AM
If you're on a shared hosting account you will need to arrange something with your provider. There are a few control panels which allow you to schedule jobs similar to cron. On a dedicated server head over to Start > Programs > Accessories > System Tools > Scheduled Tasks and you should easily be able to add a job there.

Posted by waveking, 05-03-2007, 06:26 PM
Can you give examples of such cpanels which give cron like feature to ASP/ASP.net hosting on windows?

Posted by goolex, 05-03-2007, 06:53 PM
http://www.kreatip.web.id/2007/03/07...heduled-tasks/

Posted by iNETFX - Ben, 05-04-2007, 06:51 AM
Helm (3 and 4)

Posted by maxknight, 05-08-2007, 09:01 AM
See if your host supports NNCRON (http://www.nncron.ru/) which is similar to the CRON available in *NIX systems. Since it's shared hosting, you might have to ask your host to set the CRON jobs for you.

這篇文章有幫助嗎?

 列印本文

Also Read

disable php functions?

Posted by Calibaba, 09-15-2007, 06:28 PMDoes the below look good for a private server (linux,...

Monitoring System

Posted by prashant1979, 06-22-2008, 12:51 AMHello, I am looking for a server monitoring system...

beating my head over a php/my_sql error

Posted by star_dancer, 01-16-2008, 06:15 PMI'm getting an error and I can't figure it out. I...

How to retrieve the total number of rows when using LIMIT X, XXX

Posted by yangyang2036, 09-17-2008, 10:09 PMWith php+mysql, $results -> num_rows returns the...

IE 6.0 and style.display

Posted by jon31, 03-23-2007, 05:14 PMHey folks, I'm working on some cool little AJAX scripts,...