Files
UniversalTestSoftware/client/启动系统.vbs

6 lines
212 B
Plaintext

Set ws =CreateObject("Wscript.Shell")
ws.run "cmd /c MySQL_START.bat"
Set ws3 =CreateObject("Wscript.Shell")
ws3.run "cmd /c java_START.bat"
Set ws4 =CreateObject("Wscript.Shell")
ws4.run "cmd /c nginx_START.bat"