diff --git a/service_status.bat b/service_status.bat index 6718167..5d54e62 100644 --- a/service_status.bat +++ b/service_status.bat @@ -2,8 +2,6 @@ chcp 65001 > nul :: 65001 - UTF-8 - - if "%~1"=="" ( echo Checking already running service instances, see services.msc for more info call :test_service zapret @@ -14,8 +12,6 @@ if "%~1"=="" ( call :test_service "%~1" "soft" ) - - exit /b :test_service