COMMAND (DOS Command)
   HOME

TheInfoList



OR:

COMMAND.COM is the default command-line interpreter for MS-DOS, Windows 95, Windows 98 and Windows Me. In the case of DOS, it is the default user interface as well. It has an additional role as the usual first program run after boot (init process), hence being responsible for setting up the system by running the
AUTOEXEC.BAT AUTOEXEC.BAT is a system file that was originally on DOS-type operating systems. It is a plain-text batch file in the root directory of the boot device. The name of the file is an abbreviation of "automatic execution", which describes its funct ...
configuration file, and being the ancestor of all processes. COMMAND.COM's successor on OS/2 and Windows NT systems is cmd.exe, although COMMAND.COM is available in virtual DOS machines on IA-32 versions of those operating systems as well. The filename was also used by (DCP), an MS-DOS derivative by the former East German VEB Robotron. The compatible command processor under FreeDOS is sometimes also named FreeCom. COMMAND.COM is a DOS program. Programs launched from COMMAND.COM are DOS programs that use the DOS API to communicate with the disk operating system.


Operating modes

As a shell, COMMAND.COM has two distinct modes of operation. The first is interactive mode, in which the user types commands which are then executed immediately. The second is batch mode, which executes a predefined sequence of commands stored as a text file with the .BAT extension.


Internal commands

Internal commands are commands stored directly inside the COMMAND.COM binary. Thus, they are always available but can only be executed directly from the command interpreter. All commands are executed after the key is pressed at the end of the line. COMMAND.COM is not case-sensitive, meaning commands can be typed in any mixture of upper and lower case. ; BREAK: Controls the handling of program interruption with or . ; CHCP: Displays or changes the current system
code page In computing, a code page is a character encoding and as such it is a specific association of a set of printable characters and control characters with unique numbers. Typically each number represents the binary value in a single byte. (In some co ...
. ; CHDIR, CD: Changes the current working directory or displays the current directory. ; CLS: Clears the screen. ; COPY: Copies one file to another (if the destination file already exists, MS-DOS asks whether to replace it). (See also XCOPY, an external command that could also copy directory trees). ; CTTY: Defines the device to use for input and output. ; DATE: Display and set the date of the system. ; DEL, ERASE: Deletes a file. When used on a directory, deletes all files inside the directory only. In comparison, the external command
DELTREE In computing, DELTREE (short for ''delete tree'') is a command line command in some Microsoft operating systems, SpartaDOS X and FreeDOS that recursively deletes an entire subdirectory of files. Overview When IBM and Microsoft introduced PC DOS 1 ...
deletes all subdirectories and files inside a directory as well as the directory itself. ; DIR: Lists the files in the specified directory. ; ECHO: Toggles whether text is displayed () or not (). Also displays text on the screen (). ; EXIT: Exits from COMMAND.COM and returns to the program which launched it. ; LFNFOR: Enables or disables the return of
long filename Long filename (LFN) support is Microsoft's backward-compatible extension of the 8.3 filename (short filename) naming scheme used in DOS. Long filenames can be more descriptive, including longer filename extensions such as .jpeg, .tiff, .html, a ...
s by the FOR command. ( Windows 9x). ; LOADHIGH, LH: Loads a program into upper memory ( in
DR DOS DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS attempting to be compatible with IBM PC DOS and MS-D ...
). ; LOCK: Enables external programs to perform low-level disk access to a volume. (
MS-DOS 7.1 MS-DOS 7 is a real mode operating system for IBM PC compatibles. Unlike earlier versions of MS-DOS it was not released separately by Microsoft, but included in the Windows 9x family of operating systems. Windows 95 RTM reports to be MS-DOS 7.0, w ...
and Windows 9x only) ; MKDIR, MD: Creates a new directory. ; PATH: Displays or changes the value of the PATH environment variable which controls the places where COMMAND.COM will search for executable files. ;
PROMPT Prompt may refer to: Computing * Command prompt, characters indicating the computer is ready to accept input * Command Prompt, also known as cmd.exe or cmd, the command-line interpreter in some operating systems * Prompt (natural language), instr ...
: Displays or change the value of the PROMPT environment variable which controls the appearance of the prompt. ; RENAME, REN: Renames a file or directory. ; RMDIR, RD: Removes an empty directory. ;
SET Set, The Set, SET or SETS may refer to: Science, technology, and mathematics Mathematics *Set (mathematics), a collection of elements *Category of sets, the category whose objects and morphisms are sets and total functions, respectively Electro ...
: Sets the value of an environment variable; without arguments, shows all defined environment variables. ; TIME: Display and set the time of the system. ;
TRUENAME A true name is a name of a thing or being that expresses, or is somehow identical to, its true nature. The notion that language, or some specific sacred language, refers to things by their true names has been central to philosophical study as we ...
: Display the fully expanded physical name of a file, resolving ASSIGN, JOIN and SUBST logical filesystem mappings. ;
TYPE Type may refer to: Science and technology Computing * Typing, producing text via a keyboard, typewriter, etc. * Data type, collection of values used for computations. * File type * TYPE (DOS command), a command to display contents of a file. * Ty ...
: Display the content of a file on the console. ; UNLOCK: Disables low-level disk access. (MS-DOS 7.1 and Windows 9x only) ;
VER Ver or VER may refer to: * Voluntary Export Restraints, in international trade * VER, the IATA airport code for General Heriberto Jara International Airport * Volk's Electric Railway, Brighton, England * VerPublishing, of the German group VDM Publ ...
: Displays the version of the operating system. ; VERIFY: Enable or disable verification of writing for files. ;
VOL Vol or Vols may refer to: * Vol (command), a computer operating system command * Vol (heraldry), a heraldic charge * Volatility (finance) * Volume (disambiguation) * Volunteer (Irish republican) * Nashville Vols, an American minor league baseball t ...
:Shows information about a volume.


Batch file commands

Control structures are mostly used inside batch files, although they can also be used interactively. ; :''label'': Defines a target for GOTO. ; CALL: Executes another batch file and returns to the old one and continues. ;
FOR For or FOR may refer to: English language *For, a preposition *For, a complementizer *For, a grammatical conjunction Science and technology * Fornax, a constellation * for loop, a programming language statement * Frame of reference, in physic ...
: Iteration: repeats a command for each out of a specified set of files. ;
GOTO GoTo (goto, GOTO, GO TO or other case combinations, depending on the programming language) is a statement found in many computer programming languages. It performs a one-way transfer of control to another line of code; in contrast a function ca ...
: Moves execution to a specified label. Labels are specified at the beginning of a line, with a colon (). ; IF: Conditional statement, allows branching of the program execution. ; PAUSE: Halts execution of the program and displays a message asking the user to press any key to continue. ;
REM Rem or REM may refer to: Music * R.E.M., an American rock band * ''R.E.M.'' (EP), by Green * "R.E.M." (song), by Ariana Grande Organizations * La République En Marche!, a French centrist political party * Reichserziehungsministerium, in Nazi G ...
:
comment Comment may refer to: * Comment (linguistics) or rheme, that which is said about the topic (theme) of a sentence * Bernard Comment (born 1960), Swiss writer and publisher Computing * Comment (computer programming), explanatory text or informat ...
: any text following this command is ignored. ;
SHIFT Shift may refer to: Art, entertainment, and media Gaming * ''Shift'' (series), a 2008 online video game series by Armor Games * '' Need for Speed: Shift'', a 2009 racing video game ** '' Shift 2: Unleashed'', its 2011 sequel Literature * ''Sh ...
: Replaces each of the
replacement parameter Replacement(s) or Replace may refer to: Music * The Replacements (band), an American alternative rock band Film and television * ''The Replacements'' (film), a 2000 American sports comedy * ''The Replacement'' (2021 film), a 2021 Spanish thr ...
s with the subsequent one (e.g. with , with , etc.).


IF command

On exit, all external commands submit a return code (a value between 0 and 255) to the calling program. Most programs have a certain convention for their return codes (for instance, 0 for a successful execution). If a program was invoked by COMMAND.COM, the internal IF command with its ERRORLEVEL conditional can be used to test on error conditions of the last invoked external program. Under COMMAND.COM, internal commands do not establish a new value.


Variables

Batch files for COMMAND.COM can have four kinds of variables: * Environment variables: These have the form and are associated with values with the SET statement. Before DOS 3 COMMAND.COM will only expand environment variables in batch mode; that is, not interactively at the command prompt. *
Replacement parameter Replacement(s) or Replace may refer to: Music * The Replacements (band), an American alternative rock band Film and television * ''The Replacements'' (film), a 2000 American sports comedy * ''The Replacement'' (2021 film), a 2021 Spanish thr ...
s: These have the form , ..., and initially contain the command name and the first nine
command line parameter A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and pro ...
s passed to the script (e.g., if the invoking command was , then is "myscript.bat", is "John" and is "Doe"). The parameters to the right of the ninth can be mapped into range by using the SHIFT statement. * Loop variables: Used in loops, they have the format when run in batch files. These variables are defined solely within a specific FOR statement, and iterate over a certain set of values defined in that FOR statement. * Under
Novell DOS 7 DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS attempting to be compatible with IBM PC DOS and MS-D ...
,
OpenDOS 7.01 DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS attempting to be compatible with IBM PC DOS and MS-D ...
,
DR-DOS 7.02 DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS attempting to be compatible with IBM PC DOS and MS-D ...
and higher, COMMAND.COM also supports a number of
system information variable An environment variable is a dynamic-named value that can affect the way running processes will behave on a computer. They are part of the environment in which a process runs. For example, a running process can query the value of the TEMP env ...
s, a feature earlier found in
4DOS 3.00 4DOS is a command-line interpreter by JP Software, designed to replace the default command interpreter COMMAND.COM in Microsoft DOS and Windows. It was written by Rex C. Conn and Tom Rawson and first released in 1989. Compared to the default ...
and higher as well as in Multiuser DOS, although most of the supported variable names differ.


Redirection, piping, and chaining

Because DOS is a single-tasking operating system, piping is achieved by running commands sequentially, redirecting to and from a
temporary file A temporary file is a file created to store information temporarily, either for a program's intermediate use or for transfer to a permanent file when complete. It may be created by computer programs for a variety of purposes, such as when a program ...
. COMMAND.COM makes no provision for redirecting the standard error channel. ; ''command'' < ''filename'' : Redirect standard input from a file or device ; ''command'' > ''filename'' : Redirect standard output, overwriting target file if it exists. ; ''command'' >> ''filename'' : Redirect standard output, appending to target file if it exists. ; ''command1'' , ''command2'' : Pipe standard output from ''command1'' to standard input of ''command2'' ; ''command1'' ¶ ''command2'' : : Commands separated by ASCII-20 (¶, invoked by ) are executed in sequence (chaining of commands). In other words, first ''command1'' is executed until termination, then ''command2''. This is an undocumented feature in COMMAND.COM of MS-DOS/
PC DOS 5.0 IBM PC DOS, an acronym for IBM Personal Computer Disk Operating System, is a discontinued disk operating system for IBM PC compatibles. It was manufactured and sold by IBM from the early 1980s into the 2000s. Developed by Microsoft, it was also ...
and higher. It is also supported by COMMAND.COM of the Windows NT family as well as by DR-DOS 7.07. All versions of DR-DOS COMMAND.COM already supported a similar internal function utilizing an exclamation mark (!) instead (a feature originally derived from
Concurrent DOS Multiuser DOS is a Real-time operating system, real-time multi-user multi-tasking operating system for IBM Personal Computer, IBM PC-compatible microcomputers. An evolution of the older Concurrent CP/M-86, Concurrent DOS and Concurrent DOS 386 ...
and Multiuser DOS) - however, in the single-user line this feature was only available internally (in built-in startup scripts like "!DATE!TIME") and indirectly through
DOSKEY DOSKEY is a command for DOS, IBM OS/2, Microsoft Windows, and ReactOS that adds command history, macro functionality, and improved editing features to the command-line interpreters COMMAND.COM and cmd.exe. History The command was included as a ...
's $T parameter to avoid problems with ! as a valid filename character.
4DOS 4DOS is a command-line interpreter by JP Software, designed to replace the default command interpreter COMMAND.COM in Microsoft DOS and Windows. It was written by Rex C. Conn and Tom Rawson and first released in 1989. Compared to the default, ...
supports a configurable command line separator (
4DOS.INI 4DOS is a command-line interpreter by JP Software, designed to replace the default command interpreter COMMAND.COM in Microsoft DOS and Windows. It was written by Rex C. Conn and Tom Rawson and first released in 1989. Compared to the default, ...
CommandSep= or SETDOS /C), which defaults to ^. COMMAND.COM in newer versions of Windows NT also supports an separator for compatibility with the cmd syntax in OS/2 and the Windows NT family. (cmd, however, does not support the ¶ separator.)


Limitations

The command line length in interactive mode is limited to 126 characters.


In popular culture

The message "Loading COMMAND.COM" can be seen on a HUD view of the
Terminator Terminator may refer to: Science and technology Genetics * Terminator (genetics), the end of a gene for transcription * Terminator technology, proposed methods for restricting the use of genetically modified plants by causing second generation s ...
and the internal viewport of
RoboCop ''RoboCop'' is a 1987 American science fiction action film directed by Paul Verhoeven and written by Edward Neumeier and Michael Miner. The film stars Peter Weller, Nancy Allen, Daniel O'Herlihy, Ronny Cox, Kurtwood Smith, and Miguel Ferre ...
when he reboots. In the CGI children's TV series '' ReBoot'', which takes place inside computers, the leader of a system (the equivalent of a city) is called the COMMAND.COM.


See also

* (starts the command processor as the first process) *
SHELL (CONFIG.SYS directive) CONFIG.SYS is the primary configuration file for the DOS and OS/2 operating systems. It is a special ASCII text file that contains user-accessible setup or configuration directives evaluated by the operating system's DOS BIOS (typically residing ...

(to override default command processor) *
COMSPEC (environment variable) or is one of the environment variables used in DOS, OS/2 and Windows, which normally points to the command line interpreter, which is by default in DOS, Windows 95, 98, and ME or in OS/2 and Windows NT. The variable name is written in all-upper ...

(set by COMMAND.COM to reload transient portion of itself) * CMDLINE (environment variable)
(set by COMMAND.COM to pass long command lines to external programs) * (third-party replacement command processors) * DOSSHELL /
ViewMAX ViewMAX is a CUA-compliant file manager supplied with DR DOS versions 5.0 and 6.0. It is based on a cut-down runtime version of Digital Research's GEM/3 graphical user interface modified to run only a single statically built application ...

(alternative DOS shells) * List of DOS commands *
Comparison of command shells A command shell is a command-line interface to interact with and manipulate a computer's operating system. General characteristics Interactive features Background execution Background execution allows a shell to run a command without use ...
* (have similar command processors not named COMMAND.COM) * PC-MOS/386
(has a similar command processor also named COMMAND.COM) *
Transient Program Area CP/M, originally standing for Control Program/Monitor and later Control Program for Microcomputers, is a mass-market operating system created in 1974 for Intel 8080/ 85-based microcomputers by Gary Kildall of Digital Research, Inc. Initial ...
(TPA)
(area available for use either by the running application or the transient portion of COMMAND.COM) *
SpartaDOS X SpartaDOS X (or SpartaDOS 4.0) is a disk operating system for the Atari 8-bit family of computers that closely resembles MS-DOS. It was developed and sold by ICD, Inc. in 1987-1993, and many years later picked up by the third-party community S ...

(a similar implementation for Atari computers)


References


Further reading

* * * *


External links

* – Source code to COMMAND.COM version 2.11 released by Microsoft as part of MS-DOS 2.0 * – Source code to COMMAND.COM version 1.17 released by Microsoft as part of MS-DOS 1.25
FreeCom
– COMMAND.COM implementation of FreeDOS {{DOS system files Command shells DOS command shells Windows command shells Scripting languages DOS files Windows files External DOS commands MSX-DOS