I'm trying to use C# to make some kind of frond end. This front end will manipulate some engine files which are all text files. It's just going good with the text part but I'm trying something else that I don't know if it's possible or not.
I want the front end to execute the engine .exe file but this will appear in the current window rather than popping up in a new one. Is there a way to do this?
I tried StartInfo."something" but it seems to be something only for CMD or I'm not having any success with it(the window pop up every single time).
I would be glad if anybody could help me with this. Thanks in advice.