I\'m trying to run a command-line program and piping in a file. The command works fine on the command-line, but I can\'t seem to get it to work with the Process object in C#
My guess is that you should hook the StandardInput and write in the file yourself. You could try with ShellExecute = true, but I'm not sure it'd work.