20 Examples of Internal and External MS-DOS Commands
Miscellanea / / July 04, 2021
MS-DOS is the acronym for MicroSoft Disk Operating System (MicroSoft Disk Operating System) was one of the basic systems of computational interaction with the user for computers compatible with IBM PC, since its invention in 1981 until the mid-1990s, when it was replaced by successive Windows systems, which offered the user a graphical interface, much more friendly than the paucity of the DOS commands.
East operating system required the user to enter their commands manually, based on a possible list of instructions called commands. There were two series of commands: internal and external. For example: CHDIR, FOR, MEM, REN.
The first ones (also called residents) were loaded automatically when the operating system started, from a file called command.com, so it is possible to invoke them without having DOS present in the default unit from which they are executed. The external ones, on the other hand, are stored in temporary point files, which must be kept on hand to invoke the specific commands.
The MS-DOS It was used throughout the generation of computers with an x86 processor, extremely popular in its time until the appearance of the technology of Pentium processors. Today much of its structure is preserved in the basic and essential processes of the Windows system.
Examples of internal MS-DOS commands
- CD.. - Go down one step in the hierarchy of directories or folders.
- CD or CHDIR - Allows you to vary the current directory to any other.
- CLS - Deletes all the information displayed on the screen, except the command prompt (prompt).
- COPY - Allows you to copy a specific file from your current directory to a specific one.
- DIR - Displays the entire content of the current directory. Allows you to control the way it is displayed by including additional parameters.
- OF - Delete a specific file.
- FOR - Repeat a command already entered.
- MD or MKDIR - Allows you to create a specific directory.
- MEM - Shows the amount of system RAM, the percentage occupied and the free.
- REN or RENAME - Rename a file to another specified name.
Examples of external MS-DOS commands
- APPEND - It allows to specify trajectories for data files.
- BACKUP - Backup one or more specific files from the hard disk to a floppy disk.
- CHKDSK - It performs a check on the status of the hard disk and corrects specific errors.
- DELTREE - Deletes an entire directory with its subdirectories and contained files.
- DYSKCOPY - Allows you to make an identical copy from one floppy disk to another.
- FORMAT - Erases all the contents of a physical drive (floppy or hard disk) and creates the basic file structure to contain information again.
- PRINT - Sends a one-time file to the printer.
- LABEL - View or modify the label assigned to a disk drive.
- MOVE - Change the location of a specific file or a specific directory. It also allows renaming subdirectories.
- KEYB - Allows you to modify the language assigned to the computer keyboard.