I want to send a particular command to windows cmd prompt using PERL script. How do I do that?
Note: Im very bad at programming so please send me the complete code. :):)
more details
the command i want to send is:
putty.exe -ssh -2 -l user -pw pwd node/server ip
this will open a new console to the server.
there i want to perform few more operations (Sending another set of commands like retrieving node information) using perl script.
Please help