To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

Launch Multiple sessions from Command Line

RBBD - Fri 30/11/2012 18:39:59 CET +0100

I wish to launch a number of session but this syntax waits until I close one before launchning the next
Can I launch then all into the background for later use?

@echo off
path=%path%;C:\"Program Files"\putty
kitty.exe -load "SYS1"
kitty.exe -load "SYS2"
kitty.exe -load "SYS3"
kitty.exe -load "SYS4"

RBBD - Fri 30/11/2012 19:00:42 CET +0100

Sorry for the double post.
I wish to launch a number of session but this syntax waits until I close one before launching the next
Can I launch them all into the background for later use?

@echo off
path=%path%;C:\"Program Files"\putty
kitty.exe -load "SYS1"
kitty.exe -load "SYS2"
kitty.exe -load "SYS3"
kitty.exe -load "SYS4"


Cyd - Sun 02/12/2012 15:10:31 CET +0100

Just use "start" command

RBBD - Wed 05/12/2012 11:30:10 CET +0100

kitty.exe -start "SYS1" does not work. How do I 'Just use "start" command'?

RBBD - Wed 05/12/2012 11:37:02 CET +0100

OK, sorry, 'start kitty.exe -load "SYS1" ' worked.
Thanx





Answer


The forum is actually closed