Capturing cmd output
I'm relativly new at C# and wondering if the following is possible:
Run a program that outputs to the command window, and capture the output and then use that output.
Can I do this?
Is the easiest/only way to redirect the output using 'prog >out.txt' method?
|