Set WshShell = CreateObject("WScript.Shell" ) 
  WshShell.Run """C:\vnc\tvnserver.exe""", 0
  Set WshShell = Nothing