Enable Chinese character support,
create a batch file,
and put the following stuff into it.
@ECHO OFF
goto start
:menu
header,For Jing Guanghong of the 5th Engineering Bureau Machine Construction Division *Recovery Golden Disk 2003 Edition*
h_format,f15,b4,d1,t1
window,f10,b3,t14,o1,h12,k1,k15 ,s1,,,,,l,m5,,,,popup,,p5,,~
title,Function Selection
option,Read help instructions,,,,
option,Quick install WIN98,,,,
option,Quick install WINME,,,,
option,Cloning tools,,,,
option,DOS(CD-ROM available),,,,
option,Manual partitioning,,,,
option,Data management,,,,
option,Exit Recovery Golden Disk operation,,,,
footer,Jing Guanghong reminds you: please read the help instructions first! Otherwise you bear all consequences! E-mail:jzcjgh@163.com
f_format,f15,b4,,,
:end_menu
:start
batmnu xlc.bat %def%
if errorlevel 8 goto EXIT
if errorlevel 7 goto core7
if errorlevel 6 goto core6
if errorlevel 5 goto core5
if errorlevel 4 goto core4
if errorlevel 3 goto core3
if errorlevel 2 goto core2
if errorlevel 1 goto core1
if errorlevel 0 goto core0
:CORE0
set def=0
GOTO start
:CORE1
CLS
CALL %RAMD%:\README
goto start
:CORE2
set def=2
CLS
CALL SETUP98
goto start
:CORE3
set def=3
CLS
CALL SETUPME
goto start
:CORE4
set def=4
CLS
CALL RESTORE.BAT
goto start
:CORE5
set def=5
CLS
CALL %RAMD%:\
CLS
GOTO
:CORE6
set def=6
CLS
CALL FMALL.BAT
goto start
:CORE7
set def=7
CLS
CALL FMAL.BAT
goto start
:CORE8
:EXIT
restart