Page 1 of 1

PHP execute win32 application on windows server

Posted: Tue Apr 11, 2006 6:47 am
by eugene2006
how can I start win32 application on my IIS WINDOWS dedicated server?
i want to open notepad.exe in server side just by clicking on a link in the web page

Posted: Tue Apr 11, 2006 7:18 am
by feyd
exec() et al can generally be used.