Forum Moderators: coopster
This may seem a strange one, but bear with me.
I need to schedule calls to PHP scripts on our remote Linux server from my Windows machine. The scripts initiate various database reports and stuff on the server. I know I can use cron on the server, but there are times, particularly during testing, where I would like to be able to initiate them from my local Windows machine.
I've tried using Windows Scheduler, but it doesn't seem to like commands like "http://....".
Any help would be much appreciated.
You can also run them from the Windows Scheduler using a command-line browser. I've used Lynx under Windows in the past to download files in the background. Cron would be much easier and more reliable, but the advantage of running from Windows would be that you could have the script output appear automatically on your local machine.