I have a command line which run a c# executale. while it's running, I'd like the c# executable to input on the command line some command. I want this because I want to know in the command line which commands were called and the results.
I also need to fetch the results.
The commands the c# executable generate may be things from cd .. to execute another executable through mono fetch.exe
without a process How To: Execute command line in C#, get STD OUT results
something like
Console.WriteLine but which would execute the line in the same time since the exe is executed throught the window