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 start=
|
||||
cls
|
||||
echo 1) Start
|
||||
echo 2) Stop
|
||||
echo 3) Restart
|
||||
echo Veeam Services Control
|
||||
echo ----------------------
|
||||
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%"=="2" set switch=stop
|
||||
if "%errorlevel%"=="3" (
|
||||
|
||||
Reference in New Issue
Block a user