Hi
I need to call an .exe file from PHP in windows.
The file is resident on all machines that can run the form.
Tried
exec('C:\Progra m Files\Mincom\Au toIt\secureweb. exe');
and passthru, system
and the program does not launch.
I need to call an .exe file from PHP in windows.
The file is resident on all machines that can run the form.
Tried
exec('C:\Progra m Files\Mincom\Au toIt\secureweb. exe');
and passthru, system
and the program does not launch.
Comment