I have started in a window a batchfile which executes a binary file:
screen -p mywindowname -X exec myscript mywindowname
When I try to close the window with the kill command which also should
terminate the executed command I see that the binary file is still running:
screen -p mywindowname -
Hi,
I have started in a window a batchfile which executes a binary file:
screen -p mywindowname -X exec myscript mywindowname
When I try to close the window with the kill command which also should
terminate the executed command I see that the binary file is still running:
screen -p mywindown
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
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