mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-16 02:01:28 -07:00
Adds output for services status check
This commit is contained in:
parent
559f48c3d2
commit
fc30567558
@ -2,14 +2,22 @@
|
|||||||
chcp 65001 > nul
|
chcp 65001 > nul
|
||||||
:: 65001 - UTF-8
|
:: 65001 - UTF-8
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if "%~1"=="" (
|
if "%~1"=="" (
|
||||||
|
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!"
|
||||||
pause
|
pause
|
||||||
) else (
|
) else (
|
||||||
|
echo "%~1 service status check check..."
|
||||||
call :test_service "%~1" "soft"
|
call :test_service "%~1" "soft"
|
||||||
|
echo "%~1 service status check complete!"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:test_service
|
:test_service
|
||||||
|
Loading…
Reference in New Issue
Block a user