I\'m trying to start an application programatically, but it always runs it in the folder of my application... For example:
If my app is located in C:\\MyApp\\myapp
Use process.StartInfo.WorkingDirectory = pathToTheFolder;.
process.StartInfo.WorkingDirectory = pathToTheFolder;