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