I want to send some commands to windows command prompt using 'PERL' script. the command is: putty.exe -ssh -2 -l username -pw password "ip address" this command will open an SSH session (console)to the mentioned ip address (server) for me. after getting the new console, I want to pass commands to and perform operations in the new console.How can I do that as well?
Please help