Software >> Applications >> Terminal Emulators >> Putty >> How to use putty for windows from command line

1. putty.exe -load "saved session name" 2. putty.exe @saved_session_name 3. putty.exe [-ssh | -telnet | -rlogin | -raw] [user@]host 4. putty.exe -load "saved sesion name" -pw password 5. To run a set of commands in a text file stored locally and then exit the session putty.exe -m c:\localpath\commandfile.txt user@host this will read the commands from the local file and then execute then once connected and then immediately exit after completion