Tips/tricks/gotchas for using System.Diagnostics.Process and Process.Start

Posted by puffpio on Stack Overflow See other posts from Stack Overflow or by puffpio
Published on 2010-03-30T23:37:25Z Indexed on 2010/03/30 23:43 UTC
Read the original article Hit count: 635

Filed under:
|

I've used Process.Start to shell out and call 7zip to archive stuff I've also used it to call ffmpeg to compress video files.

That was a while ago..but I rememeber there was some issue about the pcocess stalling if you don't read off the standardoutput/error. I don't remember everything about it. Does anyone have experience using System.Diagnostics.Process for the purposes of initiating a long running process and waiting for it to finish?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about process