Re: writing a script to simulate keyboard input

2007-07-20 Thread Benway
Karthik Vishwanath wrote: Hello, I have to use an archaic, menu-driven C program that requires keyboard input to process commands (all of these commands are terminated by a newline) I was wondering if there was any way I could use the program within a script so that I could have the script

Re: writing a script to simulate keyboard input

2007-07-19 Thread Eric Bambach
On Thursday 19 July 2007 10:48, Karthik Vishwanath wrote: > Hello, > > I have to use an archaic, menu-driven C program that requires keyboard > input to process commands (all of these commands are terminated by a > newline) > > I was wondering if there was any way I could use the program within a >

Re: writing a script to simulate keyboard input

2007-07-19 Thread Mateus Interciso
On Thu, 19 Jul 2007 11:48:58 -0400, Karthik Vishwanath wrote: > Hello, > > I have to use an archaic, menu-driven C program that requires keyboard > input to process commands (all of these commands are terminated by a > newline) > > I was wondering if there was any way I could use the program wit

writing a script to simulate keyboard input

2007-07-19 Thread Karthik Vishwanath
Hello, I have to use an archaic, menu-driven C program that requires keyboard input to process commands (all of these commands are terminated by a newline) I was wondering if there was any way I could use the program within a script so that I could have the script "feed" in the sequence of