I want to run a console application that will output a file.
I user the following code:
Process barProcess = Process.Start(\"bar.exe\", @\"C:\\foo.txt\")
Check into ProcessStartInfo and set the WindowStyle = ProcessWindowStyle.Hidden and the CreateNoWindow = true.