Tagged Questions
1
vote
1answer
191 views
Getting stdout from console app asyncronously without waiting for console to exit
I have an issue with getting some console standard output from a small long running console app spawned by my application.
My app starts the console app and the console app will stay alive listening ...
0
votes
1answer
60 views
How do I get RedirectStandardOutput to work in NUnit?
I am working on an automation strategy for our QA group and need to be able to capture the output of scripts and EXEs. When I run this code as a Console app, I am able to successfully capture the ...
0
votes
4answers
4k views
Sending input/getting output from a console application (C#/WinForms)
I have a form with 3 controls:
A textbox for the user to enter
commands to send to a console
application,
A button to confirm the commands to
be sent and
A read-only textbox to display the
output ...