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