batch file to be executed at regular intervals
Moderator: General Moderators
batch file to be executed at regular intervals
I wish to execute a mysql querry at regular intervals .....precisely every half an hour....So how should i go about it using php...i want the batch file to be executed at regular intervals....any external process or application that will invoke it?????
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: batch file to be executed at regular intervals
cron on *nix, or admin/scheduled tasks on a windows server
Re: batch file to be executed at regular intervals
Hi
I used echo exec('C:/start.bat'); to execute the batch file.But it is not showing the output.
Please help.
Regards,
Sobha
I used echo exec('C:/start.bat'); to execute the batch file.But it is not showing the output.
Please help.
Regards,
Sobha