Re: Execute script in specific window

2008-01-21 Thread Peter Rait
Geraint Edwards wrote: screen -p $zahl -X eval 'stuff ./run_node.sh" $zahl \015"' > > When looking into the screen window it seems that now only the first > part './run_node.sh' is executed without passing the parameter. This is a quoting problem - single-quotes are not interpolated

Re: Execute script in specific window

2008-01-21 Thread Geraint Edwards
Peter Rait <[EMAIL PROTECTED]> said (on Mon, Jan 21, 2008 at 03:01:55PM +0100): > screen -p $zahl -X eval 'stuff ./run_node.sh" $zahl \015"' > > When looking into the screen window it seems that now only the first > part './run_node.sh' is executed without passing the parameter.

Execute script in specific window

2008-01-21 Thread Peter Rait
Hi, I am new to this list and I would ask you if you can help me for a problem I did not find an answer in the list archive: I am using screen version 4.00.02 on a SLES10 machine. I have created a screen session with a number of windows named individually with numbers from 1101 to 1200. Now I