File Posted June 25, 2009 Report Posted June 25, 2009 I want a submenu to run a file thats located in application path/Resources/CONcept 0.3/CONcept.exe. Here is the scrip I'm using but it can't locate the file.Process.Start("CONcept.exe", "App.Path +\Resources\CONcept 0.3\") I've tried compiling it but it still wont work.
Dark Slipstream Posted June 25, 2009 Report Posted June 25, 2009 Process.Start(Application.StartupPath + "\Resources\CONcept 0.3\CONcept.exe") 1
Dark Slipstream Posted June 28, 2009 Report Posted June 28, 2009 No problem dude. Topic Moved to Computer Support.Topic Closed. (Answer required has been provided)
Recommended Posts