DOS: Difference between revisions

From Rosetta Code
Content added Content deleted
m (changed wp link)
m (changed a wp link to rc)
Line 4: Line 4:
DOS by itself had no graphical interface; instead, if one was desired, users had to buy one seperately. Several GUIs were available for DOS, but [[Windows]] displaced them all with [[wp:Windows 3.0|version 3]]. DOS was still present in Windows 95, 98, and Me, but is totally absent from all NT-based versions (including NT, 2000, XP, Vista, and Windows 7), instead being emulated (via [[wp:Virtual DOS machine|NTVDM]] and [[wp:cmd.exe|cmd.exe]]).
DOS by itself had no graphical interface; instead, if one was desired, users had to buy one seperately. Several GUIs were available for DOS, but [[Windows]] displaced them all with [[wp:Windows 3.0|version 3]]. DOS was still present in Windows 95, 98, and Me, but is totally absent from all NT-based versions (including NT, 2000, XP, Vista, and Windows 7), instead being emulated (via [[wp:Virtual DOS machine|NTVDM]] and [[wp:cmd.exe|cmd.exe]]).


Early versions of MS-DOS and PC-DOS included a [[BASIC]] interpreter (basic.exe), followed by [[BASICA]], [[wp:GW-BASIC|GW-BASIC]], and finally [[QuickBASIC#QBasic|QBasic]]. (QBasic wasn't installed by default under Windows 9x; it had to be copied from the install media.) There are compilers and/or interpreters for pretty much every programming language available for DOS.
Early versions of MS-DOS and PC-DOS included a [[BASIC]] interpreter (basic.exe), followed by [[BASICA]], [[GW-BASIC]], and finally [[QuickBASIC#QBasic|QBasic]]. (QBasic wasn't installed by default under Windows 9x; it had to be copied from the install media.) There are compilers and/or interpreters for pretty much every programming language available for DOS.


DOS was considered a synonym of '''OS''' in the past. There have been a number of operating systems called "DOS", besides the ones discussed here, many of which are completely different systems. (For a fairly complete list, see [[wp:List of DOS operating systems|Wikipedia's list of DOS operating systems]].)
DOS was considered a synonym of '''OS''' in the past. There have been a number of operating systems called "DOS", besides the ones discussed here, many of which are completely different systems. (For a fairly complete list, see [[wp:List of DOS operating systems|Wikipedia's list of DOS operating systems]].)

Revision as of 21:08, 1 March 2011

DOS (Disk Operating System) is a generic name for a variety of 16-bit text-mode operating systems. (Note that "DOS" is pronounced dahss or doss but not dose.) The archetypal example is MS-DOS, Microsoft's long-running OS that was also sold by IBM as PC-DOS. MS-DOS (and PC-DOS) originated as 86-DOS (eventually renamed QDOS) from Seattle Computer Products, which was intended to be a CP/M clone. Other (modern) examples include DR-DOS and FreeDOS.

DOS by itself had no graphical interface; instead, if one was desired, users had to buy one seperately. Several GUIs were available for DOS, but Windows displaced them all with version 3. DOS was still present in Windows 95, 98, and Me, but is totally absent from all NT-based versions (including NT, 2000, XP, Vista, and Windows 7), instead being emulated (via NTVDM and cmd.exe).

Early versions of MS-DOS and PC-DOS included a BASIC interpreter (basic.exe), followed by BASICA, GW-BASIC, and finally QBasic. (QBasic wasn't installed by default under Windows 9x; it had to be copied from the install media.) There are compilers and/or interpreters for pretty much every programming language available for DOS.

DOS was considered a synonym of OS in the past. There have been a number of operating systems called "DOS", besides the ones discussed here, many of which are completely different systems. (For a fairly complete list, see Wikipedia's list of DOS operating systems.)