Home > Server > Configuring cron jobs on Windows

Configuring cron jobs on Windows

To setup a Windows machine to run cron.php at a specific time follow the specific instructions below. This can be useful if you are not familiar with Linux/Unix, or if your web host does not offer the ability to run cron jobs; you can run them remotely from your own computer.

Creating a Scheduled Task

  1. Open Scheduler
  2. Go to Start > Programs > Accessories > System Tools > Scheduled Tasks
  3. Double-click Add Scheduled Task
  4. The Scheduled Task Wizard will appear. Click Next.
  5. Select the program to run. Choose your browser from the list (for example, Internet Explorer or Mozilla Firefox). Click Next.
  6. Give the task a Name, such as My Cron Job, and choose the Frequency with which to perform the task (for example, Daily)). Click Next.
  7. Choose specific date and time options (this step will vary, depending on the option selected in the previous step). When finished, click Next.
  8. Enter your password if prompted. Change the username if required (for example, you´d like the task to run under a user with fewer privileges security reasons). Click Next.
  9. On the final page, select the checkbox Open advanced properties for this task when I click Finish and click Finish. Configuring the task
  10. Go to the task´s setting page either by checking the checkbox at the end of the last step, or by double-clicking on the task.
  11. In the Run box, after the text that is there now (for example, C:\PROGRA~1\MOZILL~1 irefox.exe), enter a space and then type the address to your website´s cron.php page in double quotations (for example, C:\PROGRA~1\MOZILL~1 irefox.exe http://www.example.com/cron.php).
  12. To set a frequency more often than Daily (for example, hourly), click the Schedule tab, then click Advanced. Here you can set options such as Repeat task, every 1 hour for 23 hours. Click Ok when finished.
  13. Change the start time on the task to one minute from the current time. This will allow you to test the task and make sure that it is working.
  14. When all settings have been configured to your liking, click Apply and OK (note: you may be prompted for your password)

Note: These instructions were written for Windows XP but should be similar in other versions of Windows.

Advertisement
Categories: Server Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.