Question
RUNNING PHP SCRIPT WITH ZEND FRMWRK IN WINDOWS TASK SCHEDULER
I have a PHP script which includes the Zend framework Mail.php for sending mails.
I am running a WAMP server and i used DW to create it.
I want to run my script in every 5 mins, How i can schedule it in Windows task scheduler.
I tried running a bat which contains the php.exe path and arguments as php file but it gives an error that zend/mail.php not found.
Please help its really urgent. ![]()
