Thank you Damon, i owe you some vegimite, mate! arno :)
full example: @echo off set /P myHost="Enter IP: " start winvnc -kill start winvnc -run ping -n 5 127.0.0.1 >nul winvnc -connect %myHost% echo Press a key to close the connection pause >nul winvnc -kill set myhost= _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
