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:
- To get the command line shell output, and write it on my text box?
- To get the numerical value to show a progress bar with time elapsed?