Explorar o código

Z991239-5644 #comment feat: 测试模式启动时用浏览器打开测试页面

陈纪林80310970 hai 1 ano
pai
achega
b127dd5dbd
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      addin/packaging/WIN/test.vbs

+ 7 - 1
addin/packaging/WIN/test.vbs

@@ -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