try this in php. put the executable  in your apache/iis root dir or include
the path

$status1 = shell_exec("status.exe");

see here for more>  http://www.php.net/manual/en/function.exec.php

'wo nurries'
noize

"Brennan Mann" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everybody!
>
>     I am new to PHP. I have several C and C++ programs that run as cgi(s).
> Currently, I am just using a form on a web page to call the cgi(s). I am
> running PHP on a Windows 2000 server with IIS. Can you call/invoke an exe
> program from a PHP script?  If so, could you please show an example.
>
> Thanks for your help!
> Brennan
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to