Hi there,
I have a batch script that opens up a program (putty) and automatically logs me into a SSH session.
C:\putty.exe -load "server1" -l root -pw password
The problem I have is that, when the program putty.exe opens and logs me in, I want to close the command line window.
Is there a...