11 lines
391 B
Text
11 lines
391 B
Text
<<<<<<< HEAD
|
||
# 说明:后台启动各个bat脚本
|
||
set ws = WScript.CreateObject("WScript.Shell")
|
||
ws.Run "cmd /c mysql-restart.bat",vbhide
|
||
ws.Run "cmd /c php-restart.bat",vbhide
|
||
=======
|
||
# 说明:后台启动各个bat脚本
|
||
set ws = WScript.CreateObject("WScript.Shell")
|
||
ws.Run "cmd /c mysql-restart.bat",vbhide
|
||
ws.Run "cmd /c php-restart.bat",vbhide
|
||
>>>>>>> 28bec05... 20200611
|