HEy there are options that I have previously posted on this list
:Hi, i read your post about wanting a simple way to help people, try a batch script. you can have it run the install and and connect ot a host automatically. You can even create another one to for the future to just connect. The TightVNC installer can work in silent mode and not ask questions during installation (but it's possible that it might show message boxes if there are any errors). In this mode TightVNC will be installed into the default directory, that is, the TightVNC subdirectory in the Program Files). Here is the command line to install TightVNC in silent mode: tightvnc-1.2.9-setup.exe /sp- /verysilent http://tightvnc.com/winst.html -connect [host] Tells a running copy of WinVNC to initiate an outgoing connection to a listening viewer running on the specified machine. This is the equivalent of the 'Add New Client' menu option. You can put multiple -connect options on one command line to connect to multiple viewers at once. If no host name is specified then the Add New Client dialog will be displayed. http://www.realvnc.com/winvnc.html#3 TightVNC is my favorite version but the RealVNC stuff is compatible with TIght. I don't know about the other way around If you want me to write up a batch script and test it just email me back I have posted this before the documentation appears to have been moved, so I don't know if the options work for version 4, but try. A simple batch script should work nicely. --Phoenix _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
