jzcjgh
初级用户
积分 253
发帖 39
注册 2003-5-9
状态 离线
|
『第
4 楼』:
启动汉字支持,
建一批处理文件,
将以下的东东放进去。
@ECHO OFF
goto start
:menu
header,铁五局机筑处景光洪专用 *恢复金盘2003版*
h_format,f15,b4,d1,t1
window,f10,b3,t14,o1,h12,k1,k15 ,s1,,,,,l,m5,,,,popup,,p5,,~
title,功 能 选 择
option,阅读帮助说明,,,,
option,快速安装WIN98,,,,
option,快速安装WINME,,,,
option,克隆工具,,,,
option,DOS(可用光驱),,,,
option,手工分区,,,,
option,数据管理,,,,
option,退出恢复金盘操作,,,,
footer,景光洪提醒您:请先阅读帮助说明!否则一切后果自负! 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
|
|
|