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

Development: UltraVNC 1.5.0.X: https://forum.uvnc.com/viewtopic.php?t=38037

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

Search found 1 match

by MrC00l
2006-04-15 13:47
Forum: SC
Topic: Script to ask for "ID" & run vncviewer with that ID:"xxxx"?
Replies: 4
Views: 4716

This is my batch:

Code: Select all

@echo off
Color 1F
set /p ra=Bitte IP oder FQDN des Repeaters eingeben: 
set /p id=Bitte ID eingeben: 
set msrc4pluginkey=tools\rc4.key
start tools\vncviewer -proxy %ra%::5901 ID:%id% /dsmplugin tools\MSRC4plugin_NoReg.dsm
works fine.