Thread: starting computer under DOS mode?

  1. #1
    Registered User toaster's Avatar
    Join Date
    Apr 2002
    Posts
    161

    starting computer under DOS mode?

    I know I can start a computer using a DOS boot disk. But is there an alternate way to load up DOS without a boot disk and before Windows loads up (including the F8 key option)?
    think only with code.
    write only with source.

  2. #2
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    uhh...

    Correct me if im wrong... but unless u have a really old OS, you cant. In the newer windows you still have the "command prompt".

    Go make a "Hello World" prog, then hit ctrl+alt+del.
    Scroll down the list and you'll see winoldapp.
    lol.
    What is C++?

  3. #3
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    sry

    U might not be able to make sense of that...
    What is C++?

  4. #4
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    DOS is actually loaded before your windows during booting. (dont know about XP)
    -

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    139
    dos is not in win2000/xp just the console
    "The most common form of insanity is a combination of disordered passions and disordered intellect with gradations and variations almost infinite."

  6. #6
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Yes but you're in a DOS environment before XP boots.
    You can access the command prompt be either using a '98 bootdisk or a DOS bootdisk..
    Last edited by Dual-Catfish; 05-06-2002 at 04:49 AM.

  7. #7
    Registered User
    Join Date
    Apr 2002
    Posts
    139
    you aren't in a dos environment when xp or 2000 boots up...

    when you use a boot disk the command.com is loaded then you are inside dos, XP&2000 do not have dos. Windows 98 was built on top of dos 7.0, XP & 2000 does not rely on dos...
    "The most common form of insanity is a combination of disordered passions and disordered intellect with gradations and variations almost infinite."

  8. #8
    Unregistered
    Guest
    okay, if I have Win98SE, Win2000Pro, and RedHat (starts under Win98SE) and I only want to load up the computer under DOS and keep it that way, what do I need to do? Do I need to make a copy of command.com on "C:\" in my main hard drive and do something? Is there a way to ignore the Windows boot up sequence and stick with DOS? I appreciate the help.

  9. #9
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    you could press ctrl-c many times during the boot sequence until you get a "Terminate batch..." message, press y, then you're in dos.

  10. #10
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    okay, if I have Win98SE, Win2000Pro, and RedHat (starts under Win98SE) and I only want to load up the computer under DOS and keep it that way, what do I need to do? Do I need to make a copy of command.com on "C:\" in my main hard drive and do something? Is there a way to ignore the Windows boot up sequence and stick with DOS? I appreciate the help.
    They took the "Restart in MSDOS mode" option off the shut down list for a reason...
    What is C++?

  11. #11
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    >>They took the "Restart in MSDOS mode" option off the shut down list for a reason

    He wants it during bootup.

    >>Do I need to make a copy of command.com on "C:\"...
    i think you already have it there.

    you could put the line "command" in the end of autoexec.bat and then see what happens during bootup.

    PS if something wrong/weird/evil happens dont blame me.
    just wait for some more suggestions.
    Last edited by ihsir; 05-07-2002 at 12:24 AM.
    -

  12. #12
    Registered User
    Join Date
    Apr 2002
    Posts
    139
    okay, if I have Win98SE, Win2000Pro, and RedHat (starts under Win98SE) and I only want to load up the computer under DOS and keep it that way, what do I need to do? Do I need to make a copy of command.com on "C:\" in my main hard drive and do something? Is there a way to ignore the Windows boot up sequence and stick with DOS? I appreciate the help.
    I am assuming that win2000 is automatically started, ( I don't have win2k here so I can't confirm if this is exactly how it goes)

    right click on My Computer, goto properties, goto advanced, change the boot sequence to have win98 start up first.

    once you have booted up into win98 now you can use one of the options the other people supplied or edit your config.sys / autoexec.bat to contain a menu. to do that just do a search on google for "config.sys menu" or something like that...
    "The most common form of insanity is a combination of disordered passions and disordered intellect with gradations and variations almost infinite."

  13. #13
    Unregistered
    Guest
    well, I've tried adding "C:\command.com" in front of the other application directories and it works. however, doesn't this mean that Win98SE (starts under Win98SE) is loaded in some way since Win98 relies on this instructional boot sequence file to load up. autoexec is used by Win9x, I believe.
    so this is like loading MS-DOS under Win98SE before win.com loads up.

    if only I knew how Windows works as to how it initializes...
    anyway, do I need knowledge in OS programming (since OS programming requires knowledge on booting up the OS upon starting the computer)?

  14. #14
    eat my shorts!
    Join Date
    Apr 2002
    Posts
    294

    Smile

    To start DOS, during boot-up sequence prss F8 and then select
    DOS PROMPT ONLY
    (this option may not be available in WINme and earlier ver.)
    cuz STUPID MS took DOS out.

  15. #15
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    If you want it to happen automatically everytime, you could just edit your autoexec.bat file to not start up windows, but that'll only work for OSs before the current style (like 95 graphics)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  2. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  3. Replies: 34
    Last Post: 02-26-2006, 01:16 PM
  4. Major Computer Problem
    By Olidivera in forum Tech Board
    Replies: 10
    Last Post: 07-15-2005, 11:15 AM
  5. DOS program versus DOS console program
    By scromer in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-10-2002, 01:42 PM