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.
essage- > From: Lalit [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 19, 2001 9:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] how to exucute PHP file automatically on Window NT4.0 > scheduler > > > I am working with PHP, Mysql on WINDOWS NT4.0.(IIS 4.0) > My pro

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

2001-05-19 Thread Lalit
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. The subject and mail body is also stored in database. Window scheduler invokes only e