Hello everybody
we have got a big Problem..... Maybe you can help. i found your name very often in the combinition of PHP and Win2000.
I just write because we have a presentation in the University on Monday. We installed PHP on a Win2000 Server and it works fine if we want to write a file. But we have the Problem to get the errormessage "Unable to fork [.." . I have no other idea and all the information in the diffrent newsgroups i cannot understand.
Maybe some information about the system. We want to start a .exe file or a .bat file (which calls the .exe with Parameters.
I wrote a site where you can find all the information about the system.
http://pcwi248.uni-muenster.de/bpm_wf_2001/team5/test.php
it includes:
<?php
echo phpinfo();
?>
another i tried to start a "dir" command but it doesen´t worked.
http://pcwi248.uni-muenster.de/bpm_wf_2001/team5/dir.php
it includes:
<?php
echo exec("dir");
echo exec("type daten.txt");
echo exec("type invoice.txt");
?>
(The files exists in the same directory where the php.file lies.)
even there are more files than "dir" returns.
Maybe you can help uns with the Problem.
This ist our command in the php-file: (we tried it with system/ with double \ with /...) nothing works - maybe rightproblems????)
exec("c:\inetpub\apachewww\bpm_wf_2001\team5\startenstarten ".$stamp);
so long
jochen