0

I worked on a proof on concept a while ago.... whereby I managed to get VNC going in full "unattended" mode...

I.e. The VNC Server dials into the viewer... which is running in Listening mode. The same concept of how single click works, but without the user interaction.

I cant seem to locate my source files for this concept I worked on... although I have found my shortcut that worked on the Viewer side to listen.

"C:\Program Files\UltraVNC\vncviewer.exe" -listen 5007 /noauto /256colors

I can not however remember/locate my demo of what the server is doing.... how to configure it. If I remember correctly, the server was also started with command line params that "dialed" into a remote IP/port, that the viewer is listening on.

Any ideas?

Thanks

Louis van Tonder
  • 141
  • 2
  • 13

1 Answers1

0

Perhaps you are thinking of the server-side command vncconnect.

rickhg12hs
  • 394
  • 2
  • 9
  • Thanks, that seems like it will work. I did however find what I was looking for now on the ultra vnc side. Your suggestion applies to RealVNC which is slightly different, although your suggestion surely should do the job. Thanks – Louis van Tonder Nov 08 '13 at 10:01
  • 1
    On the viewer side create a shortcut with -listen on the server, create a shortcut with "C:\Program Files\UltraVNC\winvnc.exe" -connect :: – Louis van Tonder Nov 08 '13 at 10:02
  • Perhaps mention the server is also Windows and/or tag the question with 'windows'? – rickhg12hs Nov 08 '13 at 10:23