10
votes
10answers
12k views
How To: Execute command line in C#, get STD OUT results
How do I execute a command-line program from C# and get back the STD OUT results. Specifically, I want to execute DIFF on two files that are programmatically selected and write the results to a te …
