Tagged Questions
2
votes
1answer
2k views
Redirect and parse in realtime stdout of an long running process in vb.net
This code executes "handbrakecli" (a command line application) and places the output into a string:
Dim p As Process = New Process
p.StartInfo.FileName = "handbrakecli"
p.StartInfo.Arguments = ...
