Archive for June, 2009

Running a Cron Job on Windows

one comment

Working with a Windows based web server recently, I ran into a bit of a puzzle when a software package I was using required a regular PHP script to be run.  On POSIX based operating systems like Linux or BSD, this is something you could easily accomplish by running what is known as a ‘cronjob’.

As Windows has no cron daemon, I had to come up with another solution.

Read the rest of this entry »

June 20th, 2009 at 12:13 pm  

Posted in Discoveries, Webmastering, Windows