How does one capture the standard output/error of a process started by a Process.Start() to a string?
Process.Start()
string
By redirecting it and reading the stream.