A long time ago I wrote something to show how many clients
were on your listening port using the TWX_SHOWCLIENTS
command.
I thought it was like this :
Code:
GetMenuValue TWX_SHOWCLIENTS $cvalue
Echo "*"& ANSI_10 "You have "& ANSI_11 $cvalue ANSI_10&" Clients Listening*"
This was supposed to give me the same value that Swath does
when you disconnect and reconnect.
Swath displays :
There are currently
1 active telnet connections
But my code does not seem to work and I can not figure how I did it years ago.
Any help would be appreciated.
Vid