mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-18 16:41:31 -07:00
Cosmetic fixes
This commit is contained in:
parent
0c59a9c45c
commit
cf02ce7791
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user