i'm trying to execute a command ( interface 1/23 admin down ) through a batch script using putty / plink (ms windows).
Code: Select all
start \...\plink.exe -ssh admin@10.186.xxx.xxx -pw password interfaces 1/23 admin down with
Code: Select all
start \...\plink.exe -ssh admin@10.186.xxx.xxx -pw password i can start ssh session
with
Code: Select all
interfaces 1/23 admin down Where is the problem? How can i do ?
Thank you very much.
Davide
