This topic is locked
[SOLVED]

 Calling and .exe program from web page

9/6/2011 10:19:02 AM
PHPRunner General questions
D
dcrera author

Hi
I am working on a project and I need to call an .exe file.
The .exe file is resident on all machines authorized to use the form.
How do I do this ?
Thanks

Sergey Kornilov admin 9/6/2011
D
dcrera author 9/7/2011



Check exec() function:

http://php.net/manual/en/function.exec.php


Sorry, tried
exec('C:\Program Files\Mincom\AutoIt\secureweb.exe');

exit;
and it displayed a blank web page iso executing the above program