I have a piece of PHP code running on Windows that I have scheduled to run after every hour using Windows Task Scheduler. The problem is that the command line opens up everytime the code is run, whereas I was the execution to happen invisibly. Is there a way to do that?
http://docs.php.net/install.windows.manual
The PHP package structure and content [...] |-php-win.exe -- executes scripts without an opened command prompt
So, instead of php.exe use php-win.exe