Английская Википедия:COMMAND.COM

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Distinguish Шаблон:Use dmy dates Шаблон:Use list-defined references Шаблон:Infobox software

Файл:Microsoft Windows 95 Version 4.00.1111 command.com MS-DOS Prompt 492x259.png
command.com running in a Windows console on Windows 95 (MS-DOS Prompt)

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 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 Шаблон:Mono filename was also used by Шаблон:Ill (DCP), an MS-DOS derivative by the former East German VEB Robotron.[1]

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.

Шаблон:AnchorInternal 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 Шаблон:Keypress 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 Шаблон:Keypress or Шаблон:Keypress.
CHCP
Displays or changes the current system code page.
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 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 (Шаблон:Codett) or not (Шаблон:Codett). Also displays text on the screen (Шаблон:Codett).
EXIT
Exits from COMMAND.COM and returns to the program which launched it.
LFNFOR
Enables or disables the return of long filenames by the FOR command. (Windows 9x).
LOADHIGH, LH
Loads a program into upper memory (Шаблон:Codett in DR DOS).
LOCK
Enables external programs to perform low-level disk access to a volume. (MS-DOS 7.1 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
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
Sets the value of an environment variable; without arguments, shows all defined environment variables.
TIME
Display and set the time of the system.
TRUENAME
Display the fully expanded physical name of a file, resolving ASSIGN, JOIN and SUBST logical filesystem mappings.[2]
TYPE
Display the content of a file on the console.
UNLOCK
Disables low-level disk access. (MS-DOS 7.1 and Windows 9x only)
VER
Displays the version of the operating system.
VERIFY
Enable or disable verification of writing for files.
VOL
Shows information about a volume.

Batch file commands

Control structures are mostly used inside batch files, although they can also be used interactively.[3][2]

:label
Defines a target for GOTO.
CALL
Executes another batch file and returns to the old one and continues.
FOR
Iteration: repeats a command for each out of a specified set of files.
GOTO
Moves execution to a specified label. Labels are specified at the beginning of a line, with a colon (Шаблон:Codett).
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
comment: any text following this command is ignored.
SHIFT
Replaces each of the replacement parameters with the subsequent one (e.g. Шаблон:Codett with Шаблон:Codett, Шаблон:Codett with Шаблон:Codett, 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).[4][5][6][7]

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:

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. 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
command1command2
Commands separated by ASCII-20 (¶, invoked by Шаблон:Keypress) are executed in sequence (chaining of commands).[2] In other words, first command1 is executed until termination, then command2.[2] This is an undocumented feature in COMMAND.COM of MS-DOS/PC DOS 5.0 and higher.[2] 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 and Multiuser DOS) - in the single-user line this feature was only available internally (in built-in startup scripts like "!DATE!TIME") and indirectly through DOSKEY's $T parameter to avoid problems with ! as a valid filename character.[2] 4DOS supports a configurable command line separator (4DOS.INI CommandSep= or SETDOS /C), which defaults to ^.[9] COMMAND.COM in newer versions of Windows NT also supports an Шаблон:Code separator for compatibility with the cmd syntax in OS/2 and the Windows NT family.[9] (cmd does not support the ¶ separator.)

Limitations

Generally, the command line length in interactive mode is limited to 126 characters.[10][11][12] In MS-DOS 6.22, the command line length in interactive mode is limited to 127 characters.

In popular culture

The message "Loading COMMAND.COM" can be seen on a HUD view of the Terminator and the internal viewport of RoboCop when he reboots.

In the computer-animated 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

Шаблон:Div col

Шаблон:Div col end

References

Шаблон:Reflist

Further reading

Шаблон:Quote box

External links

  • Шаблон:GitHub – Source code to COMMAND.COM version 2.11 released by Microsoft as part of MS-DOS 2.0
  • Шаблон:GitHub – Source code to COMMAND.COM version 1.17 released by Microsoft as part of MS-DOS 1.25
  • FreeCom – COMMAND.COM implementation of FreeDOS

Шаблон:Microsoft Windows components Шаблон:Windows commands Шаблон:DOS system files

  1. Ошибка цитирования Неверный тег <ref>; для сносок DCP_2016 не указан текст
  2. 2,0 2,1 2,2 2,3 2,4 2,5 2,6 2,7 Ошибка цитирования Неверный тег <ref>; для сносок Paul_1997_NWDOSTIP не указан текст
  3. 3,0 3,1 Ошибка цитирования Неверный тег <ref>; для сносок Caldera_1998_USER_CH7 не указан текст
  4. Ошибка цитирования Неверный тег <ref>; для сносок Paul_1997_BATTIPS не указан текст
  5. Ошибка цитирования Неверный тег <ref>; для сносок FD_2003_Errorlevel не указан текст
  6. Ошибка цитирования Неверный тег <ref>; для сносок Paul_2003_Exitcodes не указан текст
  7. Ошибка цитирования Неверный тег <ref>; для сносок Allen_2005 не указан текст
  8. Ошибка цитирования Неверный тег <ref>; для сносок Caldera_1998_USER не указан текст
  9. 9,0 9,1 9,2 Ошибка цитирования Неверный тег <ref>; для сносок 4DOS_8.00_HELP не указан текст
  10. Ошибка цитирования Неверный тег <ref>; для сносок Paul_1997_MSDOS не указан текст
  11. Ошибка цитирования Неверный тег <ref>; для сносок Paul_1997_4DOSTIP не указан текст
  12. Ошибка цитирования Неверный тег <ref>; для сносок Schulman_1994_Undocumented-DOS не указан текст