Hi!

No the error is not generated while exec'ing external program but while it
attemts to call the system() command ... it's like the system() and exec()
are malfuncioning ... using backticks (`) made the script to hang .... there
is something very fundamental that i do wrong but ... where? what?

whoknows? :)

Jürgen.

"Fernando Madruga" <[EMAIL PROTECTED]> wrote in message
3685A91F554BD411BA310008C759B6CC02527C23@MAIL_CBR">news:3685A91F554BD411BA310008C759B6CC02527C23@MAIL_CBR...
You could try replacing "batch.bat" with "c:\windows\command.com /c
batch.bat" for windows 9x or "C:\winnt\cmd.exe /c batch.bat" or something
like that.




-- 
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]

Reply via email to