Jump to content

Command prompt

From Simple English Wikipedia, the free encyclopedia
Command Prompt
Other namesWindows Command Processor
Developer(s)Microsoft, IBM, ReactOS contributors
Initial releaseDecember 1987; 38 years ago (1987-12)
Operating system
PlatformIA-32, x86-64, ARM
PredecessorCOMMAND.COM
TypeCommand-line interpreter

Command Prompt (also known as cmd.exe, cmd) is a Windows program found in all windows versions that can be used to execute commands (for example ping google.com will ping the Google website, and taskkill /F /IM iexplore.exe /T will forcefully terminate the Internet Explorer application). Command Prompt is a shell, or a program that communicates between the user and the operating system.

The Command Prompt is also found in other operating systems, such as ReactOS and Linux.