Re: stdin doesn't see the first keystroke+enter

2001-09-16 Thread Danny Haberer
Fixed it myself. The problem is rlogin someserver/someprogram. If I run the script itself on 'someserver' and just use someprogram as input everything works fine Danny On Sun, 16 Sep 2001, Danny Haberer wrote: Hi, I have a program with 2 while loops in there. The problem being is

stdin doesn't see the first keystroke+enter

2001-09-16 Thread Danny Haberer
Hi, I have a program with 2 while loops in there. The problem being is that when ever I run the program (Unix) the program doesn't see the first information added. After asking the Q, I need to press enter, then (w/o that the programs continue's) I can answer the Q and the program picks it up. Ho