@echo off
CLS
echo Welcome to ::Zero Point Internet Cafe Disk Maintenance System::
echo.
echo Please select the following options to operate.
echo.
echo ***************1. Full Disk******************
echo.
echo ***************2. Network******************
echo.
echo ***************3. Backup******************
echo.
echo ***************4. Restore******************
echo.
echo
echo.
echo Please enter your option [1/2/3/4]:
echo.
echo
echo.
echo
You have not made any selection, please re-enter your selection.
@echo off
goto start
:start
set /p userchoice=
if "%userchoice%" == "1" goto 1
if "%userchoice%" == "2" goto 2
if "%userchoice%" == "3" goto 3
if "%userchoice%" == "4" goto 4
:1
\scjx2
goto end
:2
\hufjx2
goto end
:3
call c:\sys\bf.bat
goto end
:4
call c:\sys\hy.bat
goto end
:end
CLS
echo Welcome to ::Zero Point Internet Cafe Disk Maintenance System::
echo.
echo Please select the following options to operate.
echo.
echo ***************1. Full Disk******************
echo.
echo ***************2. Network******************
echo.
echo ***************3. Backup******************
echo.
echo ***************4. Restore******************
echo.
echo
echo.
echo Please enter your option [1/2/3/4]:
echo.
echo
echo.
echo
You have not made any selection, please re-enter your selection.
@echo off
goto start
:start
set /p userchoice=
if "%userchoice%" == "1" goto 1
if "%userchoice%" == "2" goto 2
if "%userchoice%" == "3" goto 3
if "%userchoice%" == "4" goto 4
:1
\scjx2
goto end
:2
\hufjx2
goto end
:3
call c:\sys\bf.bat
goto end
:4
call c:\sys\hy.bat
goto end
:end
