So I was reading the command line options at
http://www.uvnc.com/install/cmdline.html#winvncsc
and want to be able to launch single click from the command line passing all my arguments. I have built a 7zip self extracting/executing set of scripts that i want to be able to pass options into single click while starting it, and don't want the single click menu.
I tried downloading winvnc_SCIII.exe and passing the options to it but it appears to ignore the command line options and is not initiating a connection to my proxy
The command I ran was: winvnc_SCIII.exe -connect tech1.domain.com -id 500 -run
I also tried with -id:500 and excluding it, including ports in the connect, all have the same effect. I end up with a UVNC icon near the clock and it doesn't initiate any connections to the server.
FYI The script grabs a ticket number from users and uses that as the id for the repeater, eventually i want to be able to automatically submit and comment on tickets etc