Hi,
i will start VNC Server with a batch file and connect automaticly with an listening client.
Now the Problem is, if i start VNC in the Batch with winvnc.exe -connect xxx.xxx.xxx.xx:xxxx i get the message "No existing instance of WinVNC could be contacted"
have someone a Idea what can i do?
thanx
Sven
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Start VNC Server with an Batch File
This is from the help section from the documentation of the server. I have tested this as many others have.. if you do not have the server running you must start the server first.VNC online docs wrote:- connect : Tells an already 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. If a viewer does not listen on to the standard 5500 port you can specify the port num using the "::" extension (see Usage section below).
E.g. - batch file 1 starts the application, then batch file two uses the standard connect command -
cd C:\Program Files\UltraVNC\
winvnc.exe -connect X.X.X.X
If you require a special port rather than the standard 5500 to be used you must add ::PORTNUM
http://ultravnc.sourceforge.net/comserver.htm
link for server commands
Other people wanted something similar like Single Click - SC is here if you want to check it out too... it works great on a LAN but I seem to have issues because of some random ports.. I havent really looked and havent really gotten a response.. yet :-)
http://gotovnc.dynalias.com/index.php?section=12
Njoy