This topic is locked

Repost - calling .exe program from Php

9/7/2011 5:04:08 AM
PHPRunner General questions
D
dcrera author

Hi
Sorry for the re-post. My previous query is marked as SOLVED.
I have a production dead line and I need a solution asap.
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 ?
Tried,
exec('C:\Program Files\Mincom\AutoIt\secureweb.exe');
Also tried, passthru and system
and it does not execute

Sergey Kornilov admin 9/7/2011

Probably this is permissions issue. Try to put your exe file to some directory where web server user has access. Not sure what else I can recommend without having access to this box.