I'm building my project as a web/email executable and I want to run an application in the same directory as that executable (whereever it is run from) when a user clicks a button.
I'm using this code but it doesnt seem to work.
File.Open("myapp.exe", "", SW_SHOWNORMAL);
Any help would be greatly appreciated.
Jason

