hello experts
I am trying to set up a VNC server to auto-run and auto-connect to an IP via a batch script
@echo off
%SYSTEMROOT%\vncserver.exe -run
%SYSTEMROOT%\vncserver.exe -connect MyIP:...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23399999.htm...