Sample output (I typed "dir" and "blah" by hand):
Now starting.
dir
Event: ProcessStarted(106712)
Event: Stdout(" Volume in drive C has no label.")
Event: Stdout(" Volume Serial Number is DEDD-7699")
Event: Stdout("")
Event: Stdout(" Directory of C:\\Users\\Andrei\\Desktop\\rust-minitrack\\src")
Event: Stdout("")
Event: Stdout("03/09/2019 11:13 PM <DIR> .")
Event: Stdout("03/09/2019 11:13 PM <DIR> ..")
Event: Stdout("03/09/2019 11:13 PM 2,682 main.rs")
Event: Stdout(" 1 File(s) 2,682 bytes")
Event: Stdout(" 2 Dir(s) 7,278,260,224 bytes free")
Event: ProcessEnded(106712, ExitStatus(ExitStatus(0)))
blah
Event: ProcessStarted(106836)
Event: Stderr("\'blah\' is not recognized as an internal or external command,")
Event: Stderr("operable program or batch file.")
Event: ProcessEnded(106836, ExitStatus(ExitStatus(1)))