Cosmetic fixes

This commit is contained in:
Flowseal 2025-04-04 21:05:28 +03:00
parent 0c59a9c45c
commit cf02ce7791

View File

@ -5,11 +5,10 @@ chcp 65001 > nul
if "%~1"=="" ( if "%~1"=="" (
echo "Checking of already running service instances (see services.msc for more info)" echo Checking of already running service instances (see services.msc for more info)
echo "Services status check..."
call :test_service zapret call :test_service zapret
call :test_service WinDivert call :test_service WinDivert
echo "Services status check complete!" echo Services status check complete!
pause pause
) else ( ) else (
call :test_service "%~1" "soft" call :test_service "%~1" "soft"