tis 2006-03-07 klockan 16:15 +0100 skrev Stefano Del Furia:
> Thanks for the info.
> I have read and i think to understand the process.
> So i have build a simple redirector in C# under windows environment like
> this:
>
> string text = "";
> while ( Console.In.Peek() != -1 )
> {
> text = Console.In.ReadLine();
> Console.Out.WriteLine(text.ToUpper());
> }
Not a C# programmer but are you sure about the Peek function?
The program should loop continously until EOF is detected on input..
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:03 MST