TightVNC Viewer Helper - shows a list of IP address and also name and description. It is written in AutoIt scripting language. This is how to run AutoIt source code (text file with au3 extension).
- Define IP addresses, names, descriptions and password (if needed) in
tvnviewer_helper.ini
file. - If password is needed, encrypt it first using
crypt_tool_for_tvnviewer_helper.au3
file. - Run
tvnviewer_helper.au3
file and connect by double click a list item or single click the button below. - The connection is established by calling
tvnviewer.exe
file (download it from this link - viewer executable) from the current working directory of thetvnviewer_helper.au3
file, providing IP address and password via command line interface.
Donwload latest release and follow the instructions.
- Handle errors and exceptions little bit better :)