Adds output for services status check

This commit is contained in:
ZmrdWeders 2025-04-02 16:05:57 +07:00 committed by GitHub
parent 553e967484
commit 4d3dca5dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,22 @@
chcp 65001 > nul
:: 65001 - UTF-8
if "%~1"=="" (
echo "Services status check..."
call :test_service zapret
call :test_service WinDivert
echo "Services status check complete!"
pause
) else (
echo "%~1 service status check check..."
call :test_service "%~1" "soft"
echo "%~1 service status check complete!"
)
exit /b
:test_service