From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.0 Latest CVS (2001-06-12)
PHP Bug Type:     Program Execution
Bug description:  exec() system() don't work completely

I've executed this script:

<?php
        exec("calc.exe");
?>

A new calc.exe process is started, but no window appears and IE keeps "opening" the 
script! I click on stop icon. The script is stopped, but the calc process is still 
there. I can't kill it, although I'm logged with Admin. privs.

Why is it impossible to run GUI apps ?



-- 
Edit Bug report at: http://bugs.php.net/?id=11438&edit=1



-- 
PHP Development 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