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\")
We have done this in the past by executing our processes using the Command Line programatically.