I have problem with reading the output of one Process asynchronously in C#.
I found some other similar questions on this site but they don\'t really help me.
Here is what I
What about using a StreamReader on process.StandardOutput, and the using the Read() method ?
http://msdn.microsoft.com/fr-fr/library/system.io.streamreader.read(v=vs.80).aspx