From cf02ce779195dbbc4f7a78df1096401a264fd8a4 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Fri, 4 Apr 2025 21:05:28 +0300 Subject: [PATCH] Cosmetic fixes --- service_status.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service_status.bat b/service_status.bat index 35977e5..7a1feb0 100644 --- a/service_status.bat +++ b/service_status.bat @@ -5,11 +5,10 @@ chcp 65001 > nul if "%~1"=="" ( - echo "Checking of already running service instances (see services.msc for more info)" - echo "Services status check..." + echo Checking of already running service instances (see services.msc for more info) call :test_service zapret call :test_service WinDivert - echo "Services status check complete!" + echo Services status check complete! pause ) else ( call :test_service "%~1" "soft"