Update Veeam-Services-Control.cmd
This commit is contained in:
@@ -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" (
|
||||||
|
|||||||
Reference in New Issue
Block a user