Try this: Needs the "K"-switch to work properly (on win2k anyway...)
<?php
print("Hello world!<BR>\n");
$cmd = "C:\\winnt\\system32\\cmd.exe /K \"dir C:\\\"";
/* for test, want to use c:\\test\\test.exe, but gets the same errors
*/
$hmm = system( $cmd );
?>
T. SJM
ps. I escaped the DIR C: => "DIR C:\" as well (\"DIR C:\\\"), even though
it works without.
Johan Huhtalo <[EMAIL PROTECTED]>
15.02.2001 12:12
Vastaanottaja: [EMAIL PROTECTED]
Kopio:
Aihe: [PHP-WIN] Problem with: exec(), system()
I don´t know whats the problem with exex, system :(
first time i get: error message: Warning: Unable to fork
[C:\winnt\system32\cmd.exe dir C:\] in c:/program files/apache
group/apache/htdocs/relay/relay.php4 on line 28
when second time, it hangs, i dont get any response from the server.
i have to restart Apache to get the error msg again.
using: Apache 1.3.14 on WinNT 4.0
PHP Version 4.0.4pl1
code:
<?php
print("Hello world!<BR>\n");
$cmd = "C:\\winnt\\system32\\cmd.exe dir C:\\"; /* for test, want to
use c:\\test\\test.exe, but gets the same errors */
$hmm = system( $cmd );
?>
Thanks for help.
--
Regards
Johan
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]