无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 1867|回复: 6
打印 上一主题 下一主题

请帮我看看mkbootcd.txt

[复制链接]
跳转到指定楼层
1#
发表于 2001-11-21 12:12:24 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
;
; MKBOOTCD command file created by Gary Tong
; for DiskEmu.bin v0.8 Beta
;
; Center the MultiBoot Menu Title in a 24-character range
; /                                              \
-S MultiBoot Menu Title
bootcat.bin
;
;--- Boot entries ---
; Default boot image entry
; Boot Media Type = No Emulation
-T0
; Sector Count in 512-byte sectors
-C8
; Recommended DiskEmu.bin Load Segment is between 4000 and 9000
-L5000
diskemu.bin
; Continue with remaining boot image entries
; Only each Section's first bootable image will appear in DiskEmu.bin's Menu
; 80x86 Platform ID w/high bit set to avoid PC BIOS multiboot menu
-P80
; Use Default Load Segment (07C0)
-L0
; Up to nine boot images may be listed here
; Left justify the Menu text for each entry in a 28-character range
; Boot Media Type:
; -T0 = No Emulation
; -T1 = 1.2 MB Floppy
; -T2 = 1.44 MB Floppy
; -T3 = 2.88 MB Floppy
; /                         \
-t3
-sSetup Windows98Se
boot98.img
; etc...
-t0
-c4
-SSetup Win2000 Professional
wpro.dat
-SSetup Win2000 Server
wsvr.dat
-SSetup Win2000 Advanced Server
asvr.dat
; etc...

win98的引导有问题
boot98.img是2.81M的98启动盘,用cdimage直接加入引导启动没有问题。
而用mkbootcd做的引导,引导98时能出现从硬盘启动还是从光盘启动的选项,
这时选择从光盘启动就会死机。
2#
发表于 2001-11-21 23:40:25 | 只看该作者

请帮我看看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
回复

使用道具 举报

3#
 楼主| 发表于 2001-11-22 09:28:20 | 只看该作者

请帮我看看mkbootcd.txt

多谢了!
紫狐,你这张盘的内容看的我都留口水了,能否把这张盘的目录贴上来看看。
回复

使用道具 举报

4#
发表于 2001-11-22 18:11:03 | 只看该作者

请帮我看看mkbootcd.txt

diskemu 1.x 可以在那里下载?
回复

使用道具 举报

5#
发表于 2001-11-30 22:39:24 | 只看该作者

请帮我看看mkbootcd.txt

我做的盘的目录
   AUTORUN                                          
   CCDOS                                            
   EasyRecovery                                    
   FD                                               
   I386                                             
   LF                                               
   MRECVRXL                                         
   MyIE                                             
   NC                                               
   NDD2001                                          
   OTHER                                            
      4in1                                          
      Action                                       
      Fg096a                                       
      Foxmail                                       
      Fpe2001                                       
      Media                                         
         Eac                                       
         Easymp3                                    
         lame3.89                                   
         Mpeg                                       
      NetAnts125                                    
      Njcom225                                      
      Office-crack                                 
      Oicq                                          
      Paragon.CDRom.Emulator                        
      PWDREAM                                       
      Pyjj                                          
      Skynet245                                    
      Unsecurom                                    
      Winamp                                       
      Winbig5                                       
   PQMAGIC                                          
      PM70E                                         
      PQBOOT                                       
      PQDC                                          
      PQDI                                          
      PQER                                          
      PQERI                                         
      PQRECOVE                                      
      SMAGIC                                       
      UTILITY                                       
      Win9x60                                       
   Pstrip                                          
   Tools                                            
      Acrobat 4.0                                   
      ARCHPR                                       
      arpr                                          
      blindwrite                                    
      BOSSKEY                                       
      CDROM                                         
         ALL                                       
         CDROM                                      
         DATA                                       
         GSTAR4X                                    
         GSTAR8X                                    
         IDE                                       
         MIT4XIDE                                   
         MITSUMI                                    
         MPEG                                       
         NSA6X                                      
         PANA                                       
         PANA4X                                    
         PANA562                                    
         PANA581                                    
         PANA583                                    
         PHILIPS                                    
         SANYO6X                                    
         SONY                                       
         SONY311                                    
         SONY33A                                    
         SONY55E                                    
         TOSHIBA                                    
         WCD                                       
      Coolcln                                       
      CreateInstall 2000                           
      DISKKILL                                      
      DLL                                          
      DM                                            
         ADM                                       
         Diskman                                    
         diskt                                      
         DM                                         
         DM5                                       
         DM501                                      
         DM702                                      
         DS35                                       
         FUJITSU                                    
         HDBAD                                      
         HDFORMAT                                   
         HDISK                                      
         IBM-DM                                    
         Maxtor                                    
         OSW                                       
         Parst                                      
         PART                                       
         PManager                                   
         PZ                                         
         QUANTUM                                    
         SAMING                                    
         SAMSUN                                    
         Seagate                                    
         SPF                                       
         WASAY                                      
         WD                                         
      Dt                                            
      DVD Genie                                    
      DYNADOC                                       
      EmEditor3                                    
      ET                                            
      Exescope                                      
      eye211fb                                      
      filemon                                       
      FireBurner                                    
      freefax                                       
      Freeres                                       
      FreeStone Express                             
      fspatch                                       
      Game Master 7                                 
      GameWiz32                                    
      Gamex                                         
      GBCL                                          
      Getpwd03                                      
      Ghost                                         
      HEdit                                         
      hiew615                                       
      HT                                            
      hzedit                                       
      ie-off                                       
      ip2local                                      
      Knight                                       
      language2k                                    
      LANKGB                                       
      lock98r                                       
      lockd                                         
      Magic Set                                    
      MagicPtc                                      
      Memkey                                       
      Msconfig2k                                    
      MUDOS                                         
      Neolite                                       
      Nregedit                                      
      Ntfs                                          
      NTFSDOS                                       
      OptiX                                         
      PA2K                                          
      PEBundle                                      
      PECompact                                    
      PMModify                                      
      ProcDump                                      
      RegCompact                                    
      Regmon                                       
      scangn130                                    
      SCDIR                                         
      SEA                                          
      SEARCHNET                                    
      SHRINK32                                      
      Speedcat                                      
      StartEd                                       
      SYSTEMS                                       
      Test                                          
         104key                                    
         BurnInTest                                 
         CPUStabTest                                
         Cpuz110                                    
         CTSPD                                      
         DocMem                                    
         FuzzyLogicII                              
         HDDTest                                    
         Hot CPU Tester 2 Lite                     
         Hwinfo                                    
         Memtime                                    
         StabilityTest15                           
         Superpi                                    
         SYSINFO                                    
         TestCPU                                    
         Wcpuid                                    
      THEMES                                       
         win_xp_se_me                              
      Timerdif                                      
      Timesave                                      
      TIRAMISU                                      
         FAT16                                      
         FAT32                                      
         NOVELL                                    
         NTFS                                       
      Transparent42                                 
      TT                                            
      UNFOXALL                                      
      UPX                                          
      Uselog                                       
      UW97pc                                       
      W32dasmgold                                   
      WBX                                          
         WBNT                                       
         WIN9X                                      
      WDAC                                          
      WINACE                                       
      WinDoctor                                    
      winenabler                                    
      Winerrcode                                    
      Winrar                                       
      Word97                                       
      Wps2000                                       
      WT                                            
   VC                                               
   VIRUS                                            
      AV95                                          
      Av98                                          
      Kav2                                          
      KV3000                                       
      NAVDX                                         
      PCSCAN                                       
      RAV2001                                       
      SECSTAR                                       
   WDST                                             
   Win98                                            
      up                                            
   Winimage                                         
   Winme                                            
      Dosme                                         
回复

使用道具 举报

6#
发表于 2001-12-1 00:17:06 | 只看该作者

请帮我看看mkbootcd.txt

就是,什么地方有下载diskemu 1.x diskemu 1.x ?我想这个东西也应该是不大的吧
回复

使用道具 举报

7#
发表于 2001-12-1 15:49:42 | 只看该作者

请帮我看看mkbootcd.txt

http://www.nu2.nu
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-2-22 17:19

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表