D
Daniel
Hi,
Does anyone know if it is possible to interact with another console
based program. For example, relaying data back and forth between the
user and the program.
ie.
1. User interacts with C# program.
2. C# program accepts input and sends to console program as if it was
std input
3. console program interprets commands and then sends its output to
stdout.
4. C# program reads this output and displays it to User.
Any help would be greatly appreciated.
Thanks,
-- Daniel
Does anyone know if it is possible to interact with another console
based program. For example, relaying data back and forth between the
user and the program.
ie.
1. User interacts with C# program.
2. C# program accepts input and sends to console program as if it was
std input
3. console program interprets commands and then sends its output to
stdout.
4. C# program reads this output and displays it to User.
Any help would be greatly appreciated.
Thanks,
-- Daniel