CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2003
    Location
    The Volunteer State - USA
    Posts
    90

    MS OS still supporting DOS?

    Thinking 'bout replacing my old puter with a new one
    But I wonder if XP or 2000 (I figgur one or the other are bundled) support DOS. It would pose a problem if I had to give up DOS.
    TIA
    --------------------------------------------
    http://www.volfirst.net/~sirjorj/index.html
    ---------------------------------------------

  2. #2
    Join Date
    Aug 2001
    Location
    Sydney, Australia
    Posts
    813
    Yes they do.
    Microsoft LVP - Least Valuable Professional

    Please rate this post... Pleeeeeeaaassee!!!

  3. #3
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    They have a DOS emulator, which is not DOS and many DOS
    programs will not run on W2k or XP.
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  4. #4
    Join Date
    Apr 1999
    Posts
    27,449
    Originally posted by Deniz
    Yes they do.
    Command-line, yes. MS-DOS, no.

    As souldog mentions, what you see in XP, Win 2K, and Windows NT, is not DOS, it is the command-line. What Microsoft did was support the command-line for running most old 16-bit programs. However, the command-line isn't DOS.

    DOS is another operating system (16-bit) where the last version made by Microsoft was 7.0 (Windows 95), and the last 16-bit version (the one that runs Windows 3.1) was version 6.22.

    Regards,

    Paul McKenzie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured