Hi!
I've got a problem while trying to execute external application from PHP installed on a machine with IIS 5.0.
The script:
<?
system("test.bat");
?>
returns following error:
Warning: Unable to fork [test.bat] in c:\inetpub\wwwroot\t.php on line 2
It looks like PHP cannot run ANY external program (EXE, BAT, etc.).
Does somebody know the solution for this problem?
Regards,
Marek Matula