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
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Today at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Yesterday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Jun 25, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
IT waddala Meheta Enna - PART II -
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="feed" data-source="post: 6122832" data-attributes="member: 142900"><p><strong><span style="font-size: 18px">Creating a MS-DOS boot disk</span></strong></p><p><strong><span style="font-size: 18px"></span></strong></p><p><strong><span style="font-size: 18px"></span></strong>Note:<span style="color: Red"> These steps are for users who have MS-DOS installed on the computer. If you have any version of Windows follow the below steps for your version of Windows.</span></p><p>To create a MS-DOS diskette, begin by getting to the DOS directory by typing:</p><p>cd\dos</p><p>Once at the C:\DOS directory, skip to<strong> copying files....</strong></p><p></p><p><span style="font-size: 18px"><strong></strong></span></p><p><span style="font-size: 18px"><strong>Copying additional files</strong></span><strong></strong></p><p><strong></strong></p><p><strong>NOTE: </strong><em>W<span style="color: Red">hen making a boot disk, if you are running "Stacker" or some kind of a DoubleSpace or drive swapper program, this could not work </span></em></p><p></p><p>Once you are in DOS and at the correct directory as instructed in the above sections by operating system, you are ready to create your bootable diskette. Insert a diskette that does not contain any information (it will be erased).</p><p>At the prompt, if you have MS-DOS 6.2 / Windows 3.x / Windows 95 / Windows 98, type: </p><p></p><p><strong><a href="http://www.computerhope.com/formathl.htm" target="_blank">FORMAT</a> A:/S</strong></p><p></p><p>If you have MS-DOS 5.0 type using double density 5.25" diskettes type:</p><p><strong><a href="http://www.computerhope.com/formathl.htm" target="_blank">FORMAT</a> A: /360 /S</strong></p><p></p><p>If you have MS- DOS 3.11 through 4.0 using double density 5.25" diskettes, type:</p><p><strong><a href="http://www.computerhope.com/msdos.htm" target="_blank">FORMAT</a> A: /4 /S </strong></p><p></p><p>Once the diskette has been formatted and the system has been transferred, you should be returned to your original directory. In this directory, type:</p><p></p><p><strong>copy format*.* a: [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>copy fdisk*.* a: [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>copy mscdex*.* a: [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>copy sys*.* a: [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>copy edit*.* a: [PRESS ENTER]</strong></p><p></p><p><strong>copy qbasic*.* a: [PRESS ENTER]</strong> (<em>Win 95/98 users skip this line</em>)</p><p></p><p><strong>copy debug*.* a: [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>copy himem*.* a: [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>copy emm386*.* a: [PRESS ENTER]</strong></p><p></p><p>If you are planning to use this diskette as a diskette to load games or you feel that you need mouse support, you will need to copy the mouse driver onto the boot diskette. The MS-DOS mouse driver is generally mouse.com / mouse.sys. Locate this file and copy it to your bootable diskette.</p><p></p><p>For CD-ROM support, visit our CD-ROM drivers page for information on loading your CD-ROM driver.</p><p></p><p>Once you have copied the above files, create an <a href="http://www.computerhope.com/ac.htm" target="_blank">autoexec.bat and a config.sys</a>. Get to the floppy drive by typing <strong>A:</strong>, once at the floppy drive, type:</p><p></p><p><strong>copy con autoexec.bat [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>@echo off [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>LH A:\MSCDEX.EXE /D:CDROM [PRESS ENTER] </strong>(this line is used for your CD-ROM drive)<strong>.</strong></p><p><strong></strong></p><p><strong>LH A:\MOUSE.* [PRESS ENTER]</strong> (skip line if you did not copy mouse file, the * is either sys / com).</p><p></p><p><strong>Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.</strong></p><p></p><p><strong>copy con config.sys [PRESS ENTER]</strong></p><p><strong></strong></p><p><strong>device=a:\himem.sys</strong></p><p><strong></strong></p><p><strong>dos=high,umb</strong></p><p><strong></strong></p><p><strong>device=a:\emm386.exe noems</strong></p><p><strong></strong></p><p><strong>files=30</strong></p><p><strong></strong></p><p><strong>buffers=20</strong></p><p><strong></strong></p><p><strong>devicehigh=a:\oakcdrom.sys /d:CDROM</strong> (this line is used for your CD-ROM drive).</p><p></p><p> <strong>Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.</strong></p><p></p><p>Congratulations, after completing the above steps you should now have a bootable floppy diskette.</p></blockquote><p></p>
[QUOTE="feed, post: 6122832, member: 142900"] [B][SIZE=5]Creating a MS-DOS boot disk [/SIZE][/B]Note:[COLOR=Red] These steps are for users who have MS-DOS installed on the computer. If you have any version of Windows follow the below steps for your version of Windows.[/COLOR] To create a MS-DOS diskette, begin by getting to the DOS directory by typing: cd\dos Once at the C:\DOS directory, skip to[B] copying files....[/B] [SIZE=5][B] Copying additional files[/B][/SIZE][B] NOTE: [/B][I]W[COLOR=Red]hen making a boot disk, if you are running "Stacker" or some kind of a DoubleSpace or drive swapper program, this could not work [/COLOR][/I] Once you are in DOS and at the correct directory as instructed in the above sections by operating system, you are ready to create your bootable diskette. Insert a diskette that does not contain any information (it will be erased). At the prompt, if you have MS-DOS 6.2 / Windows 3.x / Windows 95 / Windows 98, type: [B][URL="http://www.computerhope.com/formathl.htm"]FORMAT[/URL] A:/S[/B] If you have MS-DOS 5.0 type using double density 5.25" diskettes type: [B][URL="http://www.computerhope.com/formathl.htm"]FORMAT[/URL] A: /360 /S[/B] If you have MS- DOS 3.11 through 4.0 using double density 5.25" diskettes, type: [B][URL="http://www.computerhope.com/msdos.htm"]FORMAT[/URL] A: /4 /S [/B] Once the diskette has been formatted and the system has been transferred, you should be returned to your original directory. In this directory, type: [B]copy format*.* a: [PRESS ENTER] copy fdisk*.* a: [PRESS ENTER] copy mscdex*.* a: [PRESS ENTER] copy sys*.* a: [PRESS ENTER] copy edit*.* a: [PRESS ENTER][/B] [B]copy qbasic*.* a: [PRESS ENTER][/B] ([I]Win 95/98 users skip this line[/I]) [B]copy debug*.* a: [PRESS ENTER] copy himem*.* a: [PRESS ENTER] copy emm386*.* a: [PRESS ENTER][/B] If you are planning to use this diskette as a diskette to load games or you feel that you need mouse support, you will need to copy the mouse driver onto the boot diskette. The MS-DOS mouse driver is generally mouse.com / mouse.sys. Locate this file and copy it to your bootable diskette. For CD-ROM support, visit our CD-ROM drivers page for information on loading your CD-ROM driver. Once you have copied the above files, create an [URL="http://www.computerhope.com/ac.htm"]autoexec.bat and a config.sys[/URL]. Get to the floppy drive by typing [B]A:[/B], once at the floppy drive, type: [B]copy con autoexec.bat [PRESS ENTER] @echo off [PRESS ENTER] LH A:\MSCDEX.EXE /D:CDROM [PRESS ENTER] [/B](this line is used for your CD-ROM drive)[B]. LH A:\MOUSE.* [PRESS ENTER][/B] (skip line if you did not copy mouse file, the * is either sys / com). [B]Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.[/B] [B]copy con config.sys [PRESS ENTER] device=a:\himem.sys dos=high,umb device=a:\emm386.exe noems files=30 buffers=20 devicehigh=a:\oakcdrom.sys /d:CDROM[/B] (this line is used for your CD-ROM drive). [B]Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.[/B] Congratulations, after completing the above steps you should now have a bootable floppy diskette. [/QUOTE]
Insert quotes…
Verification
Hathara warak wissa keeyada? (Hathara wadi karanna 20)
Post reply
Top
Bottom