Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Jun 10, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Downloads
Hiren's BootCD 8.8 Released!
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="nightshadow129" data-source="post: 1019539" data-attributes="member: 60472"><p><strong>This is how they did it....</strong></p><p></p><p><strong>This post is based on an <a href="http://www.hiren.info/pages/bootablecd" target="_blank">article by Hiren</a>.DONT QUESTION ME...ABOUT THIS,AS I HAVENT TRIED THIS NEITHER..(BUSY VT EXAMS MACHANS...)</strong></p><p><strong>How to Create Ms-Dos BootCD (Hiren's Bootable CD)?</strong></p><p><strong></strong></p><p><strong></strong> Tools Used:</p><p></p><p></p><p> <img src="/styles/default/xenforo/smilies/default/cool.gif" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" />bfi.exe (Build Floppy Image - to create bootable image from files)</p><p> <img src="/styles/default/xenforo/smilies/default/cool.gif" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" /><img src="/styles/default/xenforo/smilies/default/cool.gif" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" />mkisofs.exe (a tool to create/build the CDRom ISO image file)</p><p> <img src="/styles/default/xenforo/smilies/default/cool.gif" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" /><img src="/styles/default/xenforo/smilies/default/cool.gif" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" /><img src="/styles/default/xenforo/smilies/default/cool.gif" class="smilie" loading="lazy" alt=":cool:" title="Cool :cool:" data-shortname=":cool:" />build-iso.cmd (batch file to create floppy and iso image)</p><p></p><p></p><p> We will need some files from Windows ME or Windows XP startup disk</p><p> io.sys (Dos Input Output System file)</p><p>msdos.sys (Dos system file)</p><p>command.com (MS-Dos mode command line interpreter)</p><p>himem.sys (An extended memory manager that is included with DOS and Windows)</p><p>mscdex.exe (Microsoft CD-Rom Extension)</p><p>oakcdrom.sys (Generic CD-Rom driver, work with the most of all IDE CD-ROM drives)</p><p>xmsdsk.exe (Adjustable XMS RAMdisk Driver - Freeware)</p><p>ctmouse.exe (Mouse Driver For Dos - also works on USB Mouse - Freeware) or mouse.com</p><p></p><p></p><p> <a href="http://www.hiren.info/download/freeware/bootcd.zip" target="_blank">All the necessary files are included in bootcd.zip Download (378KB)</a></p><p><a href="http://www.hiren.info/download/freeware/bootcd.zip" target="_blank"></a></p><p><a href="http://www.hiren.info/download/freeware/bootcd.zip" target="_blank"></a></p><p> AUTOEXEC.BAT @ECHO OFF</p><p>MSCDEX.EXE /D:CDDRIVER /L:X</p><p>XMSDSK.EXE 51200 R: /t /y</p><p>CTMOUSE.EXE</p><p>PATH=A:\;R:\</p><p>GOTO %CONFIG%</p><p></p><p>:TESTDISK</p><p>COPY X:\TESTDISK\*.* R:</p><p>R:\TESTDISK.EXE</p><p>GOTO DOS</p><p></p><p>:GHOST</p><p>COPY X:\GHOST\GHOST.EXE R:</p><p>R:\<strong>GHOST.EXE</strong></p><p>GOTO DOS</p><p></p><p>:<strong>NTFS</strong></p><p>COPY X:\NTFS\*.* R:</p><p>R:\NTFS4DOS.EXE</p><p>GOTO DOS</p><p></p><p>:RPM</p><p>COPY X:\RPM\*.* R:</p><p>R:\RPM.EXE</p><p>GOTO DOS</p><p></p><p><img src="/styles/default/xenforo/smilies/default/D.gif" class="smilie" loading="lazy" alt=":D" title="Big grin :D" data-shortname=":D" />OS</p><p>ECHO X: CD DRIVE</p><p>ECHO R: RAM DRIVE CONFIG.SYS [MENU]</p><p>menuitem=DOS, Dos</p><p>menuitem=TESTDISK, TestDisk</p><p>menuitem=GHOST, Ghost</p><p>menuitem=NTFS, Ntfs</p><p>menuitem=RPM, Partition Manager</p><p></p><p>[DOS]</p><p>DEVICE=OAKCDROM.SYS /D:CDDRIVER /L:X</p><p></p><p>[TESTDISK]</p><p>include=DOS</p><p></p><p>[GHOST]</p><p>include=DOS</p><p></p><p>[NTFS]</p><p>include=DOS</p><p></p><p>[RPM]</p><p>include=DOS</p><p></p><p>[COMMON]</p><p>LASTDRIVE=Z</p><p> You can add your favorite Programs in the bootcd, </p><p>All you need to do is Edit <strong>autoexec.bat</strong> and <strong>config.sys</strong> and add all the required files in the folder and double click on build-iso and you are ready to burn bootcd.iso</p><p> <strong>Example:</strong> You want to add <strong>Mcafee Antivirus</strong> in the bootcd, all you do is create a folder <strong>MCAFEE</strong> in the folder <strong>CD</strong> </p><p> and add a line in config.sys menu</p><p></p><p><strong>menuitem=MCAFEE, McAfee Antivirus</strong></p><p></p><p>add two more lines in config.sys</p><p><strong>[MCAFEE]</strong></p><p><strong>include=DOS</strong></p><p> </p><p>and add 4 lines in autoexec.bat</p><p></p><p><strong>:MCAFEE</strong></p><p><strong>COPY X:\MCAFEE\*.* R:</strong></p><p><strong>R:\scanpm.exe /adl /all /clean</strong></p><p><strong>GOTO DOS</strong></p><p> when you start your computer with this bootcd, you will get to menu where you can choose which program you want to run. In this example we will create 50Mb Ram Disk (You will have Minimum of 64Mb Memory)</p><p></p><p></p><p></p><p></p><p>You can easily create bootable cd, </p><p>all you have to do is add few lines in autoexec.bat and config.sys </p><p>and copy files in <strong>CD</strong> folder and double click on build-iso.cmd </p><p>and it creates a iso file <strong>BootCD.iso</strong></p><p> You can add as many items in the list but you are limited to 9 per screen </p><p>to add more items simply add submenu=MORE, More... (under [MENU] block) </p><p>and add [MORE] in config.sys and you can add more menuitem there.......</p></blockquote><p></p>
[QUOTE="nightshadow129, post: 1019539, member: 60472"] [b]This is how they did it....[/b] [B]This post is based on an [URL="http://www.hiren.info/pages/bootablecd"]article by Hiren[/URL].DONT QUESTION ME...ABOUT THIS,AS I HAVENT TRIED THIS NEITHER..(BUSY VT EXAMS MACHANS...) How to Create Ms-Dos BootCD (Hiren's Bootable CD)? [/B] Tools Used: :cool:bfi.exe (Build Floppy Image - to create bootable image from files) :cool::cool:mkisofs.exe (a tool to create/build the CDRom ISO image file) :cool::cool::cool: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 [URL="http://www.hiren.info/download/freeware/bootcd.zip"]All the necessary files are included in bootcd.zip Download (378KB)[/URL] [URL="http://www.hiren.info/download/freeware/bootcd.zip"] [/URL] 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:\[B]GHOST.EXE[/B] GOTO DOS :[B]NTFS[/B] 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 [B]autoexec.bat[/B] and [B]config.sys[/B] and add all the required files in the folder and double click on build-iso and you are ready to burn bootcd.iso [B]Example:[/B] You want to add [B]Mcafee Antivirus[/B] in the bootcd, all you do is create a folder [B]MCAFEE[/B] in the folder [B]CD[/B] and add a line in config.sys menu [B]menuitem=MCAFEE, McAfee Antivirus[/B] add two more lines in config.sys [B][MCAFEE] include=DOS[/B] and add 4 lines in autoexec.bat [B]:MCAFEE COPY X:\MCAFEE\*.* R: R:\scanpm.exe /adl /all /clean GOTO DOS[/B] when you start your computer with this bootcd, you will get to menu where you can choose which program you want to run. In this example we will create 50Mb Ram Disk (You will have Minimum of 64Mb Memory) You can easily create bootable cd, all you have to do is add few lines in autoexec.bat and config.sys and copy files in [B]CD[/B] folder and double click on build-iso.cmd and it creates a iso file [B]BootCD.iso[/B] 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....... [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom