Re: [screen-users] automatically sending key to window

2012-01-04 Thread Wenbo CAI
Hello, I got the answer from google: Use the -X option of screen to send command ("stuff" here), and use the -p option to specify the window. Hope this is helpful. Regards, Wenbo On Mon, Dec 26, 2011 at 2:30 PM, 蔡文博 wrote: > Hello, > > I am using screen to run sipp (a SIP testing tool). > Pres

Re: [screen-users] automatically sending key to window

2011-12-28 Thread Gerald Young
On Monday 26 December 2011 1:30:10 am 蔡文博 wrote: > Hello, > > I am using screen to run sipp (a SIP testing tool). > Pressing "+" when sipp is running can increase call rate. > I want to increase the call rate every 10 minutes. > So I wonder if I can let screen to send a key to a window (which runs

[screen-users] automatically sending key to window

2011-12-26 Thread 蔡文博
Hello, I am using screen to run sipp (a SIP testing tool). Pressing "+" when sipp is running can increase call rate. I want to increase the call rate every 10 minutes. So I wonder if I can let screen to send a key to a window (which runs sipp) automatically after each interval. Appreciate if you