RE: [PHP-WIN] how to exucute PHP file automatically on Window NT4.0 scheduler

2001-05-19 Thread Svensson, B.A.T.
>I am working with PHP, Mysql on WINDOWS NT4.0.(IIS 4.0) >My problem is regarding Window Scheduler. I want to send mail >every day at perticular time to the email address list stored >in Mysql database automatically. Can't you solve it with AT.exe? (Works similar as cron under unix). -- PHP Wi

Re: [PHP-WIN] how to exucute PHP file automatically on Window NT4.0 scheduler

2001-05-19 Thread Steve Perrin'
Hi Lalit, You should have no problem in running your script. Just create a batch file, change drive then directory and add PHP YOURSCRIPT.PHP. eg: DOIT.BAT @ECHO OFF D: CD\PHP4 PHP YOURSCRIPT.PHP EXIT Then use the AT command to invoke the batch file at the times required. ""Lalit"" <[EMAIL P

RE: [PHP-WIN] how to exucute PHP file automatically on Window NT4.0 scheduler

2001-05-19 Thread Mr. Adam ALLEN.
I have the Task Scheduler on my computer - (maybe it's the same thing but different names, I have IE 4.01 installed, it might be different in a newer version of IE - I seem to recall it's a part of IE but it's not there on another server I have by my side). Anyhow. If you run the program