Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.31 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.31 KB

TightVNC Viewer Helper

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).

This is an image

This is an image

How it works

  1. Define IP addresses, names, descriptions and password (if needed) in tvnviewer_helper.ini file.
  2. If password is needed, encrypt it first using crypt_tool_for_tvnviewer_helper.au3 file.
  3. Run tvnviewer_helper.au3 file and connect by double click a list item or single click the button below.
  4. The connection is established by calling tvnviewer.exe file (download it from this link - viewer executable) from the current working directory of the tvnviewer_helper.au3 file, providing IP address and password via command line interface.

How to run

Donwload latest release and follow the instructions.

To do

  • Handle errors and exceptions little bit better :)