Process.start: how to get the output?

I would like to run an external command line program from my Mono/.NET app.
For example, I would like to run mencoder. Is it possible:

  1. To get the command line shell output, and write it on my text box?
  2. To get the numerical value to show a progress bar with time elapsed?

11 Answers
11

Leave a Comment