中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-26 14:23
47,812 topics / 349,910 posts / today 0 new / 48,264 members
DOS汉化世界 & 中文系统 (中文化室) » Please provide the specific content of the batch menu where you think there is an error so that I can help you translate and check.
Printable Version  1,594 / 1
Floor1 hlqqzm Posted 2009-07-13 10:29
新手上路 Posts 6 Credits 12
@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
Floor2 wuchan Posted 2009-07-14 07:06
初级用户 Posts 59 Credits 119
It's a bit confusing that it can load Chinese characters like this. Wait for an expert.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023