Shell command to shutdown .exe

geraldcor

Registered User.
Local time
Today, 18:52
Joined
Jan 26, 2004
Messages
145
Hello all,

I use Call Shell("C:/plink.exe databasessh -l ****** -pw *******" to open an ssh connection to a remote server when my DB is opened. Is there a way to kill that command or kill the shell or kill cmd or whatever when I exit the database? I can't see any documentation of a Shell kill type command and searches here have been unfruitful. Thanks for all help.

Greg
 
i have no experience in this department, but you could probably try to redirect the connection, or try to reconnect with an invalid login/password
 
Hmm. That is an interesting option. It has promise. I will try tomorrow.
 

Users who are viewing this thread

Back
Top Bottom