I have created a .cmd file to open a number of putty logins.
How to give my user name and password as input to the opened sessions from .cmd file?
cmd script
START “” “C:\Documents and Settings\dbteam\Desktop\putty.exe” “192.168.x.xxx”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
as stated in the putty manual
use -l for login name and -pw for the password. e.g.
or the user@hostname syntax: