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: 7400

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.