Hi there,
I have a batch script that opens up a program (putty) and automatically logs me into a SSH session.
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 command I can execute after this cmd script that will close the main console window?
I am sorry if this is the wrong place for a question like this, but I found that this was the most relevant place searching trough the forums.
Thanks !
I have a batch script that opens up a program (putty) and automatically logs me into a SSH session.
Code:
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 command I can execute after this cmd script that will close the main console window?
I am sorry if this is the wrong place for a question like this, but I found that this was the most relevant place searching trough the forums.
Thanks !