I need to execute a scheduled task each minute that performs data extraction from MS Server. Yet trying with bat script the php, would cause errors not recognizing sqlsrv functions
here is the content of the bat file:
cd C:\wamp\bin\php\php5.3.13
PHP C:\wamp\www\bin\Scripts\MinutelyScript.php
the MinutelyScript.php
file works fine if executed from the server.
Please help me :)