[Mono-list] StreamReader

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Apr 4 01:31:55 EDT 2006


On Mon, 2006-04-03 at 22:04 -0400, Lee Connell wrote:
> I want to execute a process and read it's output which may be asking user 
> intuitive questions in which i want to write these back to the program and 
> then read the next streamed output from the process and continue.
> 
> I guess I'm confused as how this is suppose to work and looking at it wrong. 
>   How do I accomplish the above?

Using the 1.1 profile, you can only do this if you expect the user to
press the enter key. In the 2.0 profile, you have new methods in Console
to help you handling user input.

-Gonzalo




More information about the Mono-list mailing list