Files

16 lines
359 B
Plaintext
Raw Permalink Normal View History

Set ws =CreateObject("Wscript.Shell")
ws.run "cmd /c Tomcat_STOP.bat"
Set ws2 =CreateObject("Wscript.Shell")
ws2.run "cmd /c MySQL_STOP.bat"
Set ws3 =CreateObject("Wscript.Shell")
ws3.run "cmd /c tomcat_STOP.bat"
Set ws4 =CreateObject("Wscript.Shell")
ws4.run "cmd /c nginx_STOP.bat"
Set ws5 =CreateObject("Wscript.Shell")
ws5.run "cmd /c Java_STOP.bat"