Re: Start multiple screen-sessions per script

2015-03-04 Thread Kamil Jońca
kjo...@o2.pl (Kamil Jońca) writes: > Frank Röhm writes: > >> Hello >> >> is it possible to start multiple screen sessions with each session with an >> own command which is immediately started in one script? >> I want to start only one screen, and in this screen I need many sessions >> (normally

Re: Start multiple screen-sessions per script

2015-03-04 Thread Steffen Nurpmeso
Hello, Frank Röhm wrote: |> Am 03.03.2015 um 09:21 schrieb Axel Beckert : |> … |> Hrm, the basic concept definitely works for me. |> |> Checking my code I noticed one difference besides options like window |> title, etc.: I give the window number as first parameter. Applying |> this to yo

Re: Start multiple screen-sessions per script

2015-03-04 Thread Frank Röhm
> Am 04.03.2015 um 01:37 schrieb Kamil Jońca : > > Frank Röhm writes: > >> Hello >> >> is it possible to start multiple screen sessions with each session with an >> own command which is immediately started in one script? >> I want to start only one screen, and in this screen I need many sessi

Re: Start multiple screen-sessions per script

2015-03-03 Thread Kamil Jońca
Frank Röhm writes: > Hello > > is it possible to start multiple screen sessions with each session with an > own command which is immediately started in one script? > I want to start only one screen, and in this screen I need many sessions > (normally started with ^A,C for create), but each sess

Re: Start multiple screen-sessions per script

2015-03-03 Thread Frank Röhm
> > Am 03.03.2015 um 09:21 schrieb Axel Beckert : > … > Hrm, the basic concept definitely works for me. > > Checking my code I noticed one difference besides options like window > title, etc.: I give the window number as first parameter. Applying > this to your example, I'd write this: > > scree

Re: Start multiple screen-sessions per script

2015-03-03 Thread Axel Beckert
Hi, On Tue, Mar 03, 2015 at 12:27:49AM +0100, Frank Röhm wrote: > > What I did to solve this for myself was to write a script which > > generates a temporary .screenrc (named differently) which basically > > contains the line "source ~/.screenrc" and then one "screen …" line > > per command I want

Re: Start multiple screen-sessions per script

2015-03-02 Thread Frank Röhm
> Am 02.03.2015 um 15:30 schrieb Axel Beckert : > … I'm tempted to call it a "screen window” Yes, I mean a screen window, not a screen session. I need a way to create new screen windows in a script and in these new windows there should run a script. > What I did to solve this for myself was to

Start multiple screen-sessions per script

2015-03-02 Thread Frank Röhm
Hello is it possible to start multiple screen sessions with each session with an own command which is immediately started in one script? I want to start only one screen, and in this screen I need many sessions (normally started with ^A,C for create), but each session should directly start a com

Re: Start multiple screen-sessions per script

2015-03-02 Thread Axel Beckert
Hi, On Mon, Mar 02, 2015 at 10:59:44AM +0100, Frank Röhm wrote: > is it possible to start multiple screen sessions with each session > with an own command which is immediately started in one script? I > want to start only one screen, and in this screen I need many > sessions (normally started with