Drupal Cron on Win Server?

Can anyone refer me to a method to run Drupal’s cron on a Win server deployment?

There is no cron on the windows side, you are best to use a linux account if you have a reseller plan to create a cronjob there, hitting the needed PHP page.

Stephen - The problem is I already had this client on Win. I’ve seen mention before of methods to tap an outside cron script or service. I’d rather not have to set up a new host account, redeploy and then retarget the domain. It’s possible I can do that later when it isn’t critical to get the new site live.

You don’t have to move the site, you can use another account and make a cron job. :slight_smile: If you have a linux service account etc, it will work.

hmm…will consider that.