Update Veeam-Services-Control.cmd

This commit is contained in:
2024-06-18 19:04:23 -05:00
parent 2a2292a523
commit dc2f8c232b

View File

@@ -6,11 +6,14 @@ fsutil dirty query "%SystemDrive%">nul 2>&1 || "%SystemRoot%\System32\WindowsPow
set switch= set switch=
set start= set start=
cls cls
echo 1) Start echo Veeam Services Control
echo 2) Stop echo ----------------------
echo 3) Restart echo 1) Start
echo 2) Stop
echo 3) Restart
echo ----------------------
choice /c:123 /n /m "#: "
choice /c:123 /n /m "Choose: "
if "%errorlevel%"=="1" set switch=start if "%errorlevel%"=="1" set switch=start
if "%errorlevel%"=="2" set switch=stop if "%errorlevel%"=="2" set switch=stop
if "%errorlevel%"=="3" ( if "%errorlevel%"=="3" (