Hi all. I found cmdsock.exe very useful for me, but there is a little bug : "is not possible to stop the execution of the programs" but i found a little solution:
I run 2 telnet clients, ( login on server 2 times) , in 1 telnet client ( for example ):
Code:
sudppipe 10.0.3.4 2000 2001
and when i need shut down sudppipe in second telnet client, i write taskkill /F -IM sudppipe.exe
and sudppipe.exe turned off
From programming languages I know only PHP (the main functions).
So my suggestion:Whether it is possible that the server remembered PID process, and then by pressing of certain keys, remote process (which we started) was switched off.
It is inconvenient to start the second telnet client, and to type taskkill /F -IM sudppipe.exe
Thanks for attention.