echo off cd %~dp0 nginx.exe -s stop taskkill /im nginx.exe /F echo on