|
请帮我看看mkbootcd.txt
用diskemu 1.x版兼容性比较好。
我的mkbootcd.txt:
;
; Jun 7, 2001: to load diskem1x.bin, use loader.bin !!!
;
-SDiskem1x.bin loader
bootcat.bin
;
-t0
-c4
loader.bin
;
在disk1的目录里的Diskemu.cmd的这样:
;
; diskemu.cmd sample file v1.0
; Created by pURPLEfox
;
:start
cls
print
print ------------------------------------------------------------------------------
print Bootable CD main menu mAKE fOR pURPLEfox
print ------------------------------------------------------------------------------
print F1=Help / F10=deload /F12=Boot A /Esc=Boot HD
print
print 1) Microsoft Windows M.E
print 2) Microsoft Windows 98 SE
print 3) Microsoft Windows 98
print 4) Microsoft Windows 95 OSR 2
print 5) Microsoft Windows 95
print 6) MS-DOS 6.22
print 7) EasyRecovery Professional 5
print 8) Data Advisor V5.0
print 9) Boot/Part Repair And Momery
print a) UNBOMB
print n) Norton Tools 2001 For DOS
print k) Windows 2000 BootCommand
print e) NT offline passwd edit
print m) Microsoft Client TCP/IP V1.3
print q) Quit to command prompt
print r) Reboot
print ------------------------------------------------------------------------------
print Hit the key of choice:
: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 da5
onkey 9 goto br
onkey a goto unboom
onkey n goto Norton
onkey k goto w2k
onkey m goto msclient
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 HELP
print ----
print
print This Cd-Rom Is mAKE fOR pURPLEfox
print
print If you Have Any Peradventure,Please Send E-mail for mE!
print
print E-mail: pfox@21cn.com
print
print
print + Have ISO9660 filesystem support, you can do "dir" and "cd"
print + A "advanced" command prompt to load anything you want
print + A simple bootmenu for "less" advanced users
print + Autodetection of floppy image types (by filesize)
print + Using a bootable Diskemu 1.x CD-Rom, you can even boot images from "non-
print bootable" CD-Roms, just swap the CD, type "cd \" and you can use that CD.
print (Cool!)
print + You can create a multiboot bootable CD-Rom using (almost) any recording
print software you want
print + Supported floppy types: 160KB, 180KB, 320KB, 360KB, 1.2MB, 720KB, 820KB,
print 1.44MB, 1.68MB, 1.72MB, 2.88MB
print
print All supported command are listed below.
print
print batch boot bootinfotable cd cls dir
print echo emusegm getkey goto help keyval
print loadsegm onkey print quit readtest reboot
print run test type ver
print
print help <command> (or ?) Displays help about <command>
print
print Press any key to return to main menu
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
;
:da5
print Starting Data Advisor V5.0
run da5.img
getkey
goto start
;
:br
print Starting Boot/Part Repair And Momery
run bpru.img
getkey
goto start
;
:UNBOMB
print Starting UNBOMB
run Unboom.img
getkey
goto start
;
:Norton
print Starting Norton Tools 2001 For DOS
run Norton.img
getkey
goto start
;
:w2k
print Starting Windows 2000 BootAdm
run W2KSECT.DAT
getkey
goto start
;
:msclient
print Microsoft Client TCP/IP V1.3
run MSCLIENT.IMA
getkey
goto start
;
:editpasswd
print Edit NT or Win 2K Administra Passwd
run bd010114.bin
getkey
goto start
;
;:dev
;cls
;print
;print ;------------------------------------------------------------------------------
;print Bootable CD Sub #1 menu http://www.nu2.nu/diskemu
;print ------------------------------------------------------------------------------
;print
;print
;print 1) Run loader.bin
;print 2) Run diskem1x.bin
;print 3) Run deload.bin
;print 4) Batch 1.cmd
;print 5) Batch 2.cmd
;print 6) Batch 3.cmd
;print 7) Batch 4.cmd
;print 8) Batch 5.cmd
;print
;print b) Back to main menu
;print
;print Hit the key of choice:
;:devkey
;getkey
;onkey 1 run loader.bin
;onkey 2 run diskem1x.bin
;onkey 3 run deload.bin
;onkey 4 batch 1.cmd
;onkey 5 batch 2.cmd
;onkey 6 batch 3.cmd
;onkey 7 batch 4.cmd
;onkey 8 batch 5.cmd
;onkey b goto start
;goto devkey
; EOF
|
|