screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spawning a process into a new Screen window programmatically


From: Ramon J. Gonzalez
Subject: Re: Spawning a process into a new Screen window programmatically
Date: Wed, 9 Mar 2011 10:54:33 -0500

Vidya,

Have you tried to put it in the .screenrc?  For example:

screen -t WINDOWNAME "scrpit to run"
select WINDOWNAME


------
Then have your script run your application.  I have a script that ssh'es to a host and run an application when it connects

On Tue, Mar 8, 2011 at 2:02 AM, svidya <address@hidden> wrote:

Hi,

Is there a way for an already running process to spawn another process in a
new screen window? This is required so that both the processes can be
individually controlled from two windows, but the second process can only be
spawned once the first process reaches a certain stage in execution. Any
ideas on how this can be achieved using screen will be very helpful.

Thank you very much for your time,
Vidya
--
View this message in context: http://old.nabble.com/Spawning-a-process-into-a-new-Screen-window-programmatically-tp31094765p31094765.html
Sent from the Gnu - Screen mailing list archive at Nabble.com.


_______________________________________________
screen-users mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/screen-users



--
RJ

reply via email to

[Prev in Thread] Current Thread [Next in Thread]