I have registered for a trial license because I’m looking for a vnc viewer that can be started from the command line and passed the address to connect to.
I have a cross platform GUI application designed to read from a database of available workstations and allow one-click access to them. The Windows and Linux versions call the appropriate viewer on the command line and pass it the address, such as:
vncviewer.exe targetip:5900
I haven’t been able to find a Mac equivalent program yet that can be started this way. Naturally, the command line options don’t have to be the same as the other platforms, but it has to have some way of being kicked off by calling an executable program and passing it the target IP and port number.
I have not been able to find any mention of this in the forum of documentation for the Vine viewer. Is it possible?