@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
taskkill /F /IM nginx.exe
cd D:\software\nginx-1.10.1
D:
nginx.exe
複製程式碼
比較喜歡的一段程式碼~,雙擊重啟nginx~
放到txt裡,儲存成bat檔案
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
taskkill /F /IM nginx.exe
cd D:\software\nginx-1.10.1
D:
nginx.exe
複製程式碼
比較喜歡的一段程式碼~,雙擊重啟nginx~
放到txt裡,儲存成bat檔案