无忧启动论坛
标题:
[求助]看看我有什么不对的地方吧?
[打印本页]
作者:
xzyxzyxzy
时间:
2002-4-9 22:53
标题:
[求助]看看我有什么不对的地方吧?
[UploadFile=19_212.jpg][这个贴子最后由xzyxzyxzy在 2002/04/09 10:57pm 编辑]
我的diskemu.bin文件
cd img
:start
cls
print
print --------------------------------------------------------------------------
print Bootable CD main menu http://www.wwwfox.net
print --------------------------------------------------------------------------
print
print Please choose your favorite from the menu below:
print ------------------------------------------------
print 1. WuYou BootDisk MI30 (Mix IDE)
print 2. WuYou BootDisk GI30 (Graphic IDE)
print 3. WuYou BootDisk EI30 (English IDE)
print 4. WuYou BootDisk MS30 (Mix SCSI)
print 5. WuYou BootDisk GS30 (Graphic SCSI)
print 6. WuYou BootDisk ES30 (English SCSI)
print 7. Offline NT Password & Registry Editor v011022
print 8. O&O BlueCon 2000 Pro 2.0 b337
print 9. win2000 pro
print 0. win2000 sever
print
print Spacebar = Mix IDE Enter = Graphic IDE Backspace = English IDE
print ------------------------------------------------------------------
print F1 = HELP R = Reboot Q = Quit to Command prompt
print Esc = Boot from Hard Disk F = Boot from Floppy Disk
print ------------------------------------------------------------------
print --------------------------------------------------------------------------
print Bootable CD main menu http://www.wwwfox.net
print --------------------------------------------------------------------------
:mainkey
; timeout is 20 seconds, default key is escape
getkey 20 esc
onkey spc goto MI30
onkey entr goto GI30
onkey del goto EI30
onkey 1 goto MI30
onkey 2 goto GI30
onkey 3 goto EI30
onkey 4 goto MS30
onkey 5 goto GS30
onkey 6 goto ES30
onkey 7 goto NTPASSWD
onkey 8 goto BLUECON
onkey 9 goto WPROSECT
onkey 0 goto WSRVSECT
onkey f1 goto help
onkey q quit
onkey r reboot
onkey f boot 0
onkey esc boot 80
; When no key found...
goto mainkey
;
:help
cls
print HELP
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
;
:GI30
print Start WuYou BootDisk GI30 (Graphic IDE)
run GI30.IMG
getkey
goto start
;
:GS30
print Start WuYou BootDisk GS30 (Graphic SCSI)
run GS30.IMG
getkey
goto start
;
:MI30
print Start WuYou BootDisk MI30 (Mix IDE)
run MI30.IMG
getkey
goto start
;
:MS30
print Start WuYou BootDisk MS30 (Mix SCSI)
run MS30.IMG
getkey
goto start
;
:EI30
print Start WuYou BootDisk EI30 (English IDE)
run EI30.IMG
getkey
goto start
;
:ES30
print Start WuYou BootDisk ES30 (English SCSI)
run ES30.IMG
getkey
goto start
;
:NTPASSWD
print Edit NT or Win 2K Administra Passwd
run bd011022.bin
getkey
goto start
;
:BLUECON
print O&O BlueCon 2000 Professional Edition 2.0.337
run BlueCon.DAT
getkey
goto start
;
:WPROSECT
print win2000 pro setup
run WPROSECT.DAT
getkey
goto start
;
:WSRVSECT
print win2000 sever setup
run WSRVSECT.DAT
getkey
goto start
;
; EOF
可能有人觉得我多此一举
可是我需要win2000的一些启动功能的 :( 只要按0 或是9都会出一样的错
作者:
老陈
时间:
2002-4-10 09:24
标题:
[求助]看看我有什么不对的地方吧?
能否说说你的出错时的信息?
作者:
xzyxzyxzy
时间:
2002-4-10 11:24
标题:
[求助]看看我有什么不对的地方吧?
那幅图片就是我在按了0或是9以后出现的
conldn't find ntldr好像是启动文件出错了
可以点开那幅图片看看的
作者:
xzyxzyxzy
时间:
2002-4-10 13:30
标题:
[求助]看看我有什么不对的地方吧?
再补充一点
好像不止要修改cmd文件
不知道还要该那一个啊?
欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/)
Powered by Discuz! X3.3