Process.start: how to get the output?

后端 未结 9 1410
無奈伤痛
無奈伤痛 2020-11-21 23:56

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
9条回答
  •  渐次进展
    2020-11-22 00:59

    1. It is possible to get the command line shell output of a process as described here : http://www.c-sharpcorner.com/UploadFile/edwinlima/SystemDiagnosticProcess12052005035444AM/SystemDiagnosticProcess.aspx

    2. This depends on mencoder. If it ouputs this status on the command line then yes :)

提交回复
热议问题