0% found this document useful (0 votes)
99 views3 pages

Create Boot CD

This document provides instructions for creating a bootable CD (called Hiren's Bootable CD) that contains various disk utilities and tools. It describes downloading necessary files, editing AUTOEXEC.BAT and CONFIG.SYS files to add menu options and programs, and using batch files to build a bootable floppy image and ISO file that can be burned to CD. The resulting boot CD will present a menu at startup to allow selecting and running disk tools like TestDisk, Ghost, and a partition manager without booting into an OS.

Uploaded by

theajkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views3 pages

Create Boot CD

This document provides instructions for creating a bootable CD (called Hiren's Bootable CD) that contains various disk utilities and tools. It describes downloading necessary files, editing AUTOEXEC.BAT and CONFIG.SYS files to add menu options and programs, and using batch files to build a bootable floppy image and ISO file that can be burned to CD. The resulting boot CD will present a menu at startup to allow selecting and running disk tools like TestDisk, Ghost, and a partition manager without booting into an OS.

Uploaded by

theajkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

How to Create Ms-Dos BootCD (Hiren's Bootable CD)?

Tools Used:
bfi.exe (Build Floppy Image - to create bootable image from files)
mkisofs.exe (a tool to create/build the CDRom ISO image file)
build-iso.cmd (batch file to create floppy and iso image)
We will need some files from Windows ME or Windows XP startup disk
io.sys (Dos Input Output System file)
msdos.sys (Dos system file)
command.com (MS-Dos mode command line interpreter)
himem.sys (An extended memory manager that is included with DOS and Windows)
mscdex.exe (Microsoft CD-Rom Extension)
oakcdrom.sys (Generic CD-Rom driver, work with the most of all IDE CD-ROM drives
)
xmsdsk.exe (Adjustable XMS RAMdisk Driver - Freeware)
ctmouse.exe (Mouse Driver For Dos - also works on USB Mouse - Freeware) or mouse
.com
All the necessary files are included in bootcd.zip Download (468KB)
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 add your favorite Programs in the bootcd,
All you need to do is Edit autoexec.bat and config.sys and add all the required
files in the folder and double click on build-iso and you are ready to burn boot
cd.iso
Example: You want to add Mcafee Antivirus in the bootcd, all you do is create a
folder MCAFEE in the folder CD
and add a line in config.sys menu
menuitem=MCAFEE, McAfee Antivirus
add two more lines in config.sys
[MCAFEE]
include=DOS
and add 4 lines in autoexec.bat
:MCAFEE
COPY X:\MCAFEE\*.* R:
R:\scanpm.exe /adl /all /clean
GOTO DOS
when you start your computer with this bootcd, you will get to menu where you ca
n choose which program you want to run. In this example we will create 50Mb Ram
Disk (You will have Minimum of 64Mb Memory)
Microsoft Windows Startup Menu
================================
1.
2.
3.
4.
5.

Dos
TestDisk
Ghost
Ntfs
Partition Manager

6. McAfee Antivirus
Enter a choice: 1
You
all
and
and

can easily create bootable cd,


you have to do is add few lines in autoexec.bat and config.sys
copy files in CD folder and double click on build-iso.cmd
it creates a iso file BootCD.iso

You can add as many items in the list but you are limited to 9 per screen
to add more items simply add submenu=MORE, More... (under [MENU] block)
and add [MORE] in config.sys and you can add more menuitem there

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy