.CMD File Extension
File Type 1Windows Command File
Developer | Microsoft |
Popularity |
|
Category | Executable Files |
Format | Text |
What is a CMD file?
A CMD file is a script file that contains one or more commands in plain text format that are executed in order to perform various tasks. It is similar to a .BAT file, which is also commonly used to store a batch of executable commands.
CMD files were introduced in the early 1990s with the release of Windows NT and can still be run by later Windows operating systems. The scripts are often created to perform repetitive tasks that require multiple steps, such as opening and converting a file in a program, creating a backup of a file, or setting the computer to sleep at a certain time.
You can run the commands stored in a CMD file in Windows by double-clicking the file or executing it in the Command Prompt (CMD.EXE) utility. You cannot run CMD files in COMMAND.COM, like you may do with BAT files, so that you do not incorrectly execute commands in the wrong Windows environment.
To run a CMD file in Command Prompt you must first navigate to the location of the CMD file, then press "Enter." For example:
C:\Path_to\The_folder\Example.cmd
Since CMD files store commands in plain text format, they can be opened and edited with a text editor, such as Notepad or Wordpad. You can also create your own CMD scripts with a text editor by adding one or more commands on separate lines and saving the file as a CMD file. Make sure the filename has a .cmd file extension instead of a .txt file extension.

Since CMD files store executable commands, the files may be used to perform various actions for malicious purposes, such as repeatedly opening a program to crash a system or deleting data. To protect against malicious attacks distributed in CMD files, never double-click a CMD file you have downloaded or received via an email attachment unless you can verify the legitimacy of the source. You can open it with a text editor to inspect the commands and if you are still unsure about its safety, delete the file.
Programs that open CMD files
File Type 2M.U.G.E.N Character Commands File
Developer | Elecbyte |
Popularity |
|
Category | Game Files |
Format | Text |
.CMD File Association 2
Game file used by M.U.G.E.N, a free game engine used for creating 2D fighting games; saves the command set for a character, which defines what actions are taken when receiving keyboard input from the user; specifies when to kick, punch, jump, or take another action.