vote up 0 vote down star

I am using windows server 2003.

I set a cron job, open IE explorer and run cron.php file.

Basically, what the cron.php does is just send email to my own email address. I set it run every 2 minutes and run for 2 hours. I start the cron services, and I received the first email, but after that, I waited few hours, I am still didn't receive the second email. Anyone can help me?

flag
belongs on superuser – SilentGhost Oct 20 at 11:03
How did you set it up to run every 2 minutes? – Dominic Rodger Oct 20 at 11:03
A cron job, that does not run every x minutes? Maybe something is wrong configured and the job ends after one repetition. I was never confronted with this kind of problem. – daemonfire300 Oct 20 at 11:05
@Silentghost, sure? Doesn't CronJob belong to serverfault due to the fact it is linked to administration? – daemonfire300 Oct 20 at 11:09
@Dominic: There is an advanced button, i click on that, and set it run every 2 minutes, and in the desciprtion itself, it shows: Schedule: every 2 minutes from bla bla bla... – flashnewbie Oct 20 at 11:09
show 4 more comments

1 Answer

vote up 0 vote down

It's probably due to the fact that CRON doesn't run on WINDOWS unless you install a CRON for Windows like CRONw or such like programs. If that's not an option I think you would need to set up your script to use Scheduled Tasks and follow something like this.

Hope this helps

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.