@@ -20,4 +20,10 @@ Function ReadVersion(sFile)
tfs.Close
Set tfs = Nothing
Set fs = Nothing
-End Function
+End Function
+
+Dim objShell
+Set objShell = WScript.CreateObject("WScript.Shell")
+objShell.Run "https://emulatorsimulator.paasuat.cmbchina.cn/"
+Set objShell = Nothing