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 -X kill
Did i miss something or why my executable has not been terminated but
only disconnected from the window?
I've found a solution now:
screen -p mywindowname -X eval 'stuff "\03"'
sends a CTRL+C to every window which terminates the process but leaves the
window open.
Regards
Peter
_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users