|
5#
楼主 |
发表于 2002-1-14 12:38:33
|
只看该作者
呵呵,中文启动盘出炉了。
diskemu.cmd
:start
cls
print
print 多引导启动 CD 主菜单 制作人 : 紫狐 pURPLEfox
print
print
print
print 1) 启动 Windows M.E
print 2) 启动 Windows 98 SE
print 3) 启动 Windows 98
print 4) 启动 Windows 95 OSR 2
print 5) 启动 Windows 95
print 6) 启动 MS-DOS 6.22
print 7) 启动 EasyRecovery Professional 5
print 8) 启动 Windows 2000 命令行模式
print 9) 启动 Microsoft Client TCP/IP V1.6
print a) 解除硬盘逻辑锁
print e) NT 密码编辑
print q) 退到命令行模式
print r) 重新启动
print
print
print
print F1=帮助 / F10=重加载菜单 / F12=从 A 驱启动 / Esc=从硬盘启动
print
print 按相应的按键进行选择 :
:mainkey
getkey 15 esc
onkey 1 goto winme
onkey 2 goto win98se
onkey 3 goto win98
onkey 4 goto win95osr2
onkey 5 goto win95
onkey 6 goto dos622
onkey 7 goto er5
onkey 8 goto w2k
onkey 9 goto msclient
onkey a goto UNBOMB
onkey e goto editpasswd
onkey q quit
onkey r reboot
onkey 0x3b00 goto help
onkey 0x4400 run loader.bin
onkey esc boot 80
onkey 0x8600 boot 0
; When no key found...
goto mainkey
;
:help
cls
print This Cd-Rom Is mAKE fOR pURPLEfox E-mail: pfox@21cn.com
print
print If you Have Any Peradventure,Please Send E-mail for mE!
print
print All supported command are listed below.
print
print batch boot
print bootinfotable cd
print cls dir
print echo emusegm _..,----,.._
print getkey goto .-;'-.,____,.-';
print help keyval (( | |
print loadsegm onkey `)) ;
print print quit ` \ /
print readtest reboot .-' `,.____.,' '-.
print run test ( '------' )
print type ver `-=..________..--'
print
print
print
print
print help <command> (or ?) Displays help about <command>
print
print Press any key to return to main menu
getkey
getkey
goto start
:winme
print Starting Microsoft Windows M.E
run winme.img
getkey
goto start
;
:win98se
print Starting Microsoft Windows 98 SE
run WIN98SE.IMG
getkey
goto start
;
:win98
print Starting Microsoft Windows 98
run WIN98.IMG
getkey
goto start
;
:win95osr2
print Starting Microsoft Windows 95 OSR 2
run WIN95B.IMG
getkey
goto start
;
:win95
print Starting Windows 95
run WIN95.IMG
getkey
goto start
;
:dos622
print Starting MS-DOS 6.22
run DOS622.img
getkey
goto start
;
:Er5
print Starting EasyRecovery Professional 5
run Easyrec.IMg
getkey
goto start
;
:UNBOMB
print Starting UNBOMB
run Unboom.img
getkey
goto start
;
:w2k
print Starting Windows 2000 BootAdm
run W2KSECT.DAT
getkey
goto start
;
:msclient
print Starting Microsoft Client TCP/IP V1.6
run MSCLIENT.IMA
getkey
goto start
;
:editpasswd
print Starting Edit NT or Win 2K Administra Passwd
run bd010114.bin
getkey
goto start
;
color.ini
nmyloader.bin
l
a1300
db 06
a
dw 0000
dw 024f
db 75
a
dw 0300
dw 1f4f
db 1e
a
dw 050d
dw 1343
db 07
a
dw 040b
dw 1241
db 3e
a
dw 050d
dw 113d
db 3f
a
dw 1500
dw 154f
db 1d
w
q
|
|