Files
UniversalTestSoftware/server/启动系统.vbs

4 lines
140 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"