Open In App

MS-DOS Operating System

IBM was looking for an operating system for their new line of personal computers. Bill Gates’s mother Marry M Gates served on the national board of United Way alongside the CEO of IBM. IBM got in touch with Bill Gates through his mother when he convinced IBM that his company Microsoft could deliver the new software for IBM’s personal computer. Bill Gates then bought an existing OS called 86-DOS also known as QDOS for Quick and Dirty Operating System. He then adapted QDOS to run on the new IBM computers and called the particular product as “Microsoft Disk Operating System”.

What is MS-DOS Operating System?

MS-DOS Operating System also called the Disk Operating system was Developed by Microsoft for x86 personal computers. It works on the phenomenon of doing less and getting more. It is a 16-bit operating system. A closed-source model was initially released on August 12, 1981, and the final release on September 14, 2000.



MS-DOS 

Why is MS-DOS Operating System Used? 

It is used for many purposes:

Features of MS-DOS Operating System

Working of MS-DOS

MS-DOS input and output occur at the command line in the form of issued commands and system results of those commands. When booted, MS-DOS systems display a command prompt. MS-DOS commands are then entered using a keyboard. Commands are either one of the standard DOS commands, implemented as part of the OS, or they are the file name of an executable program.



Although it does not natively support a GUI, MS-DOS can run graphical programs if they are installed on a system disk or diskette. Users enter the command for a graphical program, and the program takes control of the input and output devices. When the program terminates, the control reverts to MS-DOS and the command prompt reappears.

Limitations of MS DOS Operating System

Types of MS-DOS Commands

There are mainly two types of MS-DOS commands:

1. Internal Commands

Internal commands are those commands that are loaded automatically in the memory when DOS is loaded into memory during the booting process. These commands are easier to learn and use. They require no external files for their storage as in the case of external commands. These are for performing a basic operation on files and in directories. They do not need any external file support. These commands are used for common jobs such as copying and erasing files.

2. External Commands

These external commands are for performing advanced tasks and they do not need some external file support as they are not stored in COMMAND.com. The external commands are used less frequently and are stored in some external files which are stored in some secondary storage devices. Whenever an external command is to be executed then the external file in which that particular command is stored is transferred from the secondary storage disk to the main memory(RAM).

How to open MS-DOS in windows?

Basic MS-DOS Commands

Command Description Type
mem Display memory on the system. External
mkdir Command to create a new directory. Internal
mklink Creates a symbolic link. Internal
md Command to create a new directory. Internal
chdir Changes directories. Internal
chkdsk Check the hard drive running FAT for errors. External
chkntfs Check the hard drive running NTFS for errors. External
choice Specify a listing of multiple options within a batch file. External
append It Causes MS-DOS to look in other directories when editing a file or running a command. External
arp Displays, adds and removes arp information from network devices. External
assign Assign a drive letter to an alternate letter. External
assoc View the file associations. Internal
at Schedule a time to execute commands or programs. External
batch  Recovery console command that executes several commands in a file.

Recovery

Console

bcdedit  Modify the boot configuration data store. External
bootcfg Recovery console command that allows a user to view, modify, and rebuild the boot.ini file. Recovery Console
break Enable and disable the Ctrl+C feature. Internal
del Deletes one or more files. Internal
delete Recovery console command that deletes a file. Internal
deltree Deletes one or more files or directories. External
disable Recovery console command that disables Windows system services or drivers. Recovery Console
lock  Lock the hard drive. Internal

MS-DOS File and Filetypes

A computer file created by an application running under the DOS operating system. is called an MS-DOS file. There are three main files of DOS. During the Booting process, the computer loads the operating system into its memory. DOS booting involves reading the following files into memory namely

Conclusion

MS-DOS allows the user to navigate, open, and otherwise manipulate files on their computer from a command line instead of a GUI like Windows. Although it is not widely used nowadays, however, the command shell, also known as the Windows command line, is still used by many users. Legacy systems, specifically older IBM PC-compatible computers, are still in use. Many are still running some versions of MS-DOS. Compatible OSes have been published over the years, including at least two open-source implementations of MS-DOS that are still actively maintained. It’s still around supporting legacy usually standalone applications, generally because they work well and the applications would be expensive and risky to “modernize”. 


Article Tags :