I\'m developing an Windows Forms application that requires me to call a separate program to perform a task. The program is a console application and I need to redirect stan
See How to run a .EXE file from C# and obtain(pipe) the results from DOS windows back into the C#