launching

How to bring in a web app

I run a game and the running is done by hand, I have a few scripts that help me but essentially it's me doing the work. I am at the moment working on web app that will allow the users to input directly some of their game actions and thus save me a lot of work. The problem is that I'm one man working on a moderately sized (upwards of 20 ...

VB.NET: Click a button --> Launch a *.exe file...

Hello! Basically, what I want to do is launch an *.exe file when I click on a button. I want this done in VB.NET. I have Microsoft Visual Basic 2008 Express Edition. The button I have is called 'btnYES'. How can I launch an *.exe file from the click of this button? Please help! ...