PuTTY - Starting several saves sessions at once

From: Andrew Elwell (usenet_at_elwell.org.uk)
Date: 08/21/03


Date: Thu, 21 Aug 2003 09:52:57 +0100

Folks,

I use PuTTY daily - superb bit of software. However I can't see an
"approved" way of starting a whole batch of sessions at once

Is there one?
Should I wishlist it?

My workaround (for those who are googling for this) is to create a batch
file on my desktop
containing:

-- startputty.bat --
@echo off
set PUTTY=c:\progra~1\PuTTY\putty.exe
start %PUTTY% -load "session 1"
start %PUTTY% -load "session 2"
...etc

It works fine, just not terribly pretty :-)
Andrew



Relevant Pages

  • Re: Persisting env vars in cmd windows
    ... But the piece de resistance was the "start" command, ... - Have all code for the one project in one single batch file. ... @echo off ... echo:: ERROR ERROR ERROR ERROR ...
    (microsoft.public.win2000.general)
  • Re: Batch File to manipulate path and file name
    ... It should process any "poison" characters ... # echo Full name=%%a ... If you object to requiring two files to achieve your aim (one batch, ... How do I get from Input File Name to Output File Name Desired? ...
    (microsoft.public.windowsxp.general)
  • Re: File Size Check
    ... the batch ended and was done. ... del para2.txt ... echo open ... SLEEP is part of the WinNT/2K/XP/2003 Resource Kit and not a ...
    (microsoft.public.scripting.vbscript)
  • Re: del not working in .bat file
    ... Haven't managed yet to do away with the .bat file and run this: ... Try using the CALL command inside the batch file. ... @echo off ... executes, which calls test2.bat and that executes. ...
    (microsoft.public.vb.general.discussion)
  • Re: del not working in .bat file
    ... Try using the CALL command inside the batch file. ... @echo off ... executes, which calls test2.bat and that executes. ...
    (microsoft.public.vb.general.discussion)