IT waddala Meheta Enna - PART II -

thicps

Well-known member
  • Sep 2, 2007
    6,229
    185
    63
    Smallville
    Machan First of all I have to thank you for helping on my last thread which is req that how to log into admin account without passward ..so thanks u all for helping me ..other thing now i want creat MS dos bootable CD pls help me to do it...
     

    feed

    Member
    Nov 14, 2008
    4,563
    279
    0
    oba nodani,mulu lowama dani...
    dont knw dis is the exact one u r lukin for..

    Below you’ll find several different bootable CD images in ISO format for MS-DOS.
    To create the bootable CD you will need to download the ISO image below. You will then need to use a CD Burning application such as Nero or EZ-CD Creator to burn the ISO to a CD. Once finished you can simply insert the CD and reboot the computer.


     

    thicps

    Well-known member
  • Sep 2, 2007
    6,229
    185
    63
    Smallville
    dont knw dis is the exact one u r lukin for..

    Below you’ll find several different bootable CD images in ISO format for MS-DOS.
    To create the bootable CD you will need to download the ISO image below. You will then need to use a CD Burning application such as Nero or EZ-CD Creator to burn the ISO to a CD. Once finished you can simply insert the CD and reboot the computer.




    bro know how to burn image to a CD bt iwant dos bootable cd..machan meka CD ekakata burn karala mata e cd eken machine eka boot karanna puluwan weida
     

    feed

    Member
    Nov 14, 2008
    4,563
    279
    0
    oba nodani,mulu lowama dani...
    Creating a MS-DOS boot disk

    Note: 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.
    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 copying files....


    Copying additional files


    NOTE:
    When making a boot disk, if you are running "Stacker" or some kind of a DoubleSpace or drive swapper program, this could not work

    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:

    FORMAT A:/S

    If you have MS-DOS 5.0 type using double density 5.25" diskettes type:
    FORMAT A: /360 /S

    If you have MS- DOS 3.11 through 4.0 using double density 5.25" diskettes, type:
    FORMAT A: /4 /S

    Once the diskette has been formatted and the system has been transferred, you should be returned to your original directory. In this directory, type:

    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]


    copy qbasic*.* a: [PRESS ENTER] (Win 95/98 users skip this line)

    copy debug*.* a: [PRESS ENTER]

    copy himem*.* a: [PRESS ENTER]

    copy emm386*.* a: [PRESS ENTER]


    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 autoexec.bat and a config.sys. Get to the floppy drive by typing A:, once at the floppy drive, type:

    copy con autoexec.bat [PRESS ENTER]

    @echo off [PRESS ENTER]

    LH A:\MSCDEX.EXE /D:CDROM [PRESS ENTER]
    (this line is used for your CD-ROM drive).

    LH A:\MOUSE.* [PRESS ENTER]
    (skip line if you did not copy mouse file, the * is either sys / com).

    Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.

    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
    (this line is used for your CD-ROM drive).

    Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.

    Congratulations, after completing the above steps you should now have a bootable floppy diskette.
     

    thicps

    Well-known member
  • Sep 2, 2007
    6,229
    185
    63
    Smallville
    Creating a MS-DOS boot disk

    Note: 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.
    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 copying files....


    Copying additional files


    NOTE:
    When making a boot disk, if you are running "Stacker" or some kind of a DoubleSpace or drive swapper program, this could not work

    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:

    FORMAT A:/S

    If you have MS-DOS 5.0 type using double density 5.25" diskettes type:
    FORMAT A: /360 /S

    If you have MS- DOS 3.11 through 4.0 using double density 5.25" diskettes, type:
    FORMAT A: /4 /S

    Once the diskette has been formatted and the system has been transferred, you should be returned to your original directory. In this directory, type:

    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]


    copy qbasic*.* a: [PRESS ENTER] (Win 95/98 users skip this line)

    copy debug*.* a: [PRESS ENTER]

    copy himem*.* a: [PRESS ENTER]

    copy emm386*.* a: [PRESS ENTER]


    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 autoexec.bat and a config.sys. Get to the floppy drive by typing A:, once at the floppy drive, type:

    copy con autoexec.bat [PRESS ENTER]

    @echo off [PRESS ENTER]

    LH A:\MSCDEX.EXE /D:CDROM [PRESS ENTER]
    (this line is used for your CD-ROM drive).

    LH A:\MOUSE.* [PRESS ENTER]
    (skip line if you did not copy mouse file, the * is either sys / com).

    Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.

    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
    (this line is used for your CD-ROM drive).

    Press and hold CTRL + Z - this should return ^Z. Once this is displayed, press enter to copy the file.

    Congratulations, after completing the above steps you should now have a bootable floppy diskette.

    thanks bro some complicated bt can be understand