I want to build a Mater-Slave structure with console applications.
In the root directory I have my main application. After the application started it starts the slaves which are located in a subdirectory of the root directory.
Not a problem so far. The real problem is that all applications are started like they are located in root directory. So I get all files that the slave application in the root directory and no files in the slave directory.
Is it somehow possible to start the application (preferrably using the Process class or similar ones) like you would do in windows explorer with double click?