I have an executable called outtext.exe which writes some output to console. I want to write this output directly to file in the commandline. I know I can capture the output from the Process object but now I just want to use my command as is.I have an executable called outtext.exe which w