I am adding DSL's to a cisco router and I have to hit <Enter> after each command, what do I put in the plink script to do this? Thanks
I don't think it's possible... SSH commands issued are different than a SSH client. They just issue a single command, then exit the SSH session (you may be able to separate commands with a ";", depending on the server you are SSHing into).