First, i am having problems with getting the command line arguments correct in the helpdesk.txt file for SC. I have managed to get it to work without the repeater but when i try to add what i believe is the correct syntax for the repeater it seems to not work correctly. I currently am trying:
Code: Select all
[HOST]
Local Connection
-connect 127.0.0.1:5500 -noregistry
[HOST]
Online Connection
-run -autoreconnect ID:123 -connect the_repeater_url.com::5500 -noregistry
Second, I'm unsure if i am providing the correct arguments for a listening vncviewer.exe. When i do a vncviewer /listen it will just sit in the tray and wait. But when i try to put in the settings for the repeater it pops up the dialog that is shown when you are connecting to the server. My current syntax is:
Code: Select all
vncviewer.exe /listen ID:123 /proxy the_repeater_url.com
Can anyone give suggestion on how to modify this to work correctly?
Thanks in advance.