PHP execute win32 application on windows server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eugene2006
Forum Newbie
Posts: 19
Joined: Fri Oct 28, 2005 6:09 pm

PHP execute win32 application on windows server

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

exec() et al can generally be used.
Post Reply