|
|
这个DSKEMU0.TXT里没有处理上下键,为什么上下键还有用呢?
print http://www.wwwfox.net
print
print
print
print 无 优 5 号 简 体 中 文 版
print
print
print
print 启 动 菜 单
print
print 0. 运行 无优启动3.1版
print 1. 安装 Windows 2000 Professional
print 2. 安装 Windows 2000 Server
print 3. 安装 Windows 2000 Adv Server
print 4. 安装 Windows 98 Second Edition
print 5. 安装 Windows NT Server 4.0
print 6. 安装 Windows NT WorkStation 4.0
print
print
print
print
print H = 帮助 R = 重启 F = 软驱引导 Esc = 硬盘引导
print
print
:loop
getkey 20 esc
onkey 1 goto MI30
onkey 2 goto pro
onkey 3 goto ser
onkey 4 goto advser
onkey 5 goto win98
onkey 6 goto ntser
onkey 7 goto ntwks
;
onkey h goto help
onkey q quit
onkey r reboot
onkey f boot 0
onkey esc boot 80
goto loop
;
:help
cls
run myloadeh.bin
getkey
goto loop
;
:GI30
print Start WuYou BootDisk GI30 (Graphic IDE)
run GI30.IMG
getkey
goto loop
;
:GS30
print Start WuYou BootDisk GS30 (Graphic SCSI)
run GS30.IMG
getkey
goto loop
;
:MI30
print Start WuYou BootDisk MI30 (Mix IDE)
run MI30.IMG
getkey
goto loop
;
:MS30
print Start WuYou BootDisk MS30 (Mix SCSI)
run MS30.IMG
getkey
goto loop
;
:EI30
print Start WuYou BootDisk EI30 (English IDE)
run EI30.IMG
getkey
goto loop
;
:ES30
print Start WuYou BootDisk ES30 (English SCSI)
run ES30.IMG
getkey
goto loop
;
:NTPASSWD
print Offline NT Password & Registry Editor v011022
run BD011022.BIN
getkey
goto loop
;
:BLUECON
print O&O BlueCon 2000 Professional Edition 2.0 b337
run BlUECON.BIN
getkey
goto loop
;
; WuYou END .......................................
;
:pro
print Starting install windows 2000 professional sp2
run WPROSECT.BIN
getkey
goto loop
;
:ser
print Starting install windows 2000 server sp2
run WSRVSECT.BIN
getkey
goto loop
;
:advser
print Starting install windows 2000 adv_server sp2
run ASRVSECT.BIN
getkey
goto loop
;
:win98
print Starting install windows 98
run WIN98.IMG
getkey
goto loop
;
:ntser
print Starting install windows nt server 4.0
run NSRVSECT.BIN
getkey
goto loop
;
:ntwks
print Starting install windows nt workstation 4.0
run NWKSSECT.BIN
getkey
goto loop
;
:upmenu
run myloade6.bin
getkey
goto loop
;
:downmenu
run myloade1.bin
getkey
goto loop
;
:tabmenu
run myloadea.bin
getkey
goto loop
;
; EOF |
|