Forum Moderators: open
Got a problem with scheduling the execution of a php file via iexplorer.
I'm running this command via cmd to schedule the batch file (I've got to schedule about 10 php files)
at \\SYSTEMNAME 09:53 /interactive /every:M,T,W,Th,F,Sa,Su "c:\test1.bat"
The batch files test1.bat has the following commands :
"c:\program files\internet explorer\iexplore.exe" "http://127.0.0.1/dir/testphp1.php"
"c:\program files\internet explorer\iexplore.exe" "http://127.0.0.1/dir/testphp2.php"
The last result in the scheduler tells me that the status was 0x0 and in the event viewer there are no errors. The php files are not run though. If I run the commands in the batch via cmd line the php files are run without errors.
Someone?
Turbo