How to Create Ms-Dos BootCD

Tools Used:

bfi.exe (Build Floppy Image - to make bootable picture from documents)

mkisofs.exe (an apparatus to make/manufacture the CDRom ISO picture document)

construct iso.cmd (group document to make floppy and iso picture)

We will require a few documents from Windows ME or Windows XP startup plate

io.sys (Dos Input Output System record)

msdos.sys (Dos framework record)

command.com (MS-Dos mode summon line mediator)

himem.sys (A broadened memory chief that is incorporated with DOS and Windows)

mscdex.exe (Microsoft CD-Rom Extension)

oakcdrom.sys (Generic CD-Rom driver, work with the above all IDE CD-ROM drives)

xmsdsk.exe (Adjustable XMS RAMdisk Driver - Freeware)

ctmouse.exe (Mouse Driver For Dos - likewise takes a shot at USB Mouse - Freeware) or mouse.com


AUTOEXEC.BAT

@ECHO OFF 
MSCDEX.EXE /D:CDDRIVER /L:X
XMSDSK.EXE 51200 R: /t /y
CTMOUSE.EXE
PATH=A:\;R:\
GOTO %CONFIG%

 
:TESTDISK
COPY X:\TESTDISK\*.* R:
R:\TESTDISK.EXE
GOTO DOS


:GHOST
COPY X:\GHOST\GHOST.EXE R:
R:\GHOST.EXE
 GOTO DOS


:NTFS
COPY X:\NTFS\*.* R:
R:\NTFS4DOS.EXE
GOTO DOS


:RPM
COPY X:\RPM\*.* R:
R:\RPM.EXE
GOTO DOS


:DOS
ECHO X: CD DRIVE
ECHO R: RAM DRIVE

CONFIG.SYS

[MENU]
menuitem=DOS, Dos
menuitem=TESTDISK, TestDisk
menuitem=GHOST, Ghost
menuitem=NTFS, Ntfs
menuitem=RPM, Partition Manager

[DOS]
DEVICE=OAKCDROM.SYS /D:CDDRIVER /L:X

[TESTDISK]
include=DOS

[GHOST]
include=DOS

[NTFS]
include=DOS

[RPM] 
include=DOS

[COMMON] 
LASTDRIVE=Z

You can include your most loved Programs in the bootcd,

You should do nothing more than Edit autoexec.bat and config.sys and include all the obliged records in the envelope and double tap on construct iso and you are prepared to copy bootcd.iso

Sample: You need to include Mcafee Antivirus in the bootcd, whatever you do is make an envelope MCAFEE in the organizer CD

furthermore, include a line in config.sys menu

menuitem=MCAFEE, McAfee Antivirus

include two more lines in config.sys

[MCAFEE]

include=DOS

furthermore, include 4 lines in autoexec.bat

:MCAFEE

Duplicate X:\MCAFEE\*.* R:

R:\scanpm.exe/adl/all/clean

GOTO DOS

when you begin your PC with this bootcd, you will get to menu where you can pick which program you need to run. In this sample we will make 50Mb Ram Disk (You will have Minimum of 64Mb Memory)


Enter a decision: 1

You can without much of a stretch make bootable disc,

you should simply include few lines in autoexec.bat and config.sys

also, duplicate documents in CD envelope and double tap on fabricate iso.cmd

furthermore, it makes an iso document BootCD.iso

You can include the same number of things in the rundown yet you are constrained to 9 for every screen

to include more things just include submenu=MORE, More... (under [MENU] piece)

furthermore, inclu

Share this

Related Posts

Previous
Next Post »