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 wr
There is a ProcessHelper Class in PublicDomain open source code which might interest you.