Is it possible to run another console application in running console. Lets say I got program that write hello world, i got her as exe file. Now I am running another program, can i run the other one in the second one? i want to run the hello world in the second program, its like running a process but in this console. I want to run the code and then continue the program that called it.
Is it possible some how?
I didn't find the answer anywhere... My idea is to write scripts and shell for them which will run them. If you got another idea i would like to hear it to. I want it in C# so cygwin or any other shell (which is not c#) won't help me.