@echo offtasklist|find /i "nginx.exe" > NULif %errorlevel%==0 ( %cd%/nginx -s quit echo 服务已成功关闭...) else ( echo 服务没有运行... )ping 0.0.0.0 -n 5 > NULexit