Process.Start to run exe in same folder as application is

Posted by Hallgaws on Stack Overflow See other posts from Stack Overflow or by Hallgaws
Published on 2010-04-18T18:21:31Z Indexed on 2010/04/18 18:33 UTC
Read the original article Hit count: 158

Filed under:

When I am running

myProcess = Process.Start("something.exe")

and want to start it using button it doen not find the file - i need to execute it from the same folder where application is how can i do that? Thank you.

System could not find this file - but it is there . in the same folder as application.

Using Visual Basic 2008 Express

© Stack Overflow or respective owner

Related posts about visual-basic