
October 4th, 2012, 08:17 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 1
Time spent in forums: 9 m 42 sec
Reputation Power: 0
|
|
|
Shell - How can i change user name for linux machine in batch file.
Hi,
I have batch file which will start plink.exe to login into remote linux machine:
"start C:\Users\RAHUL\Desktop\PLINK.EXE -ssh -P 22 rahul@10.205.198.34 -pw password"
Now i to change username(rahul) to login as webadmin and also providing password as 'password'.
What batch command should i write?
Thanks...
|