Try this:
echo `you_script_name.exe`;
or
system('you_script_name.exe')

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

--------
--
JUST Tiny

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

Reply via email to