.CMD 文件扩展名

Windows Command File

开发者 Microsoft
受欢迎程度
4.2  |  192 
 
🔍使用File Helper直接在您的网络浏览器中打开 .CMD 文件在线查看

什么是 CMD 文件?

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.

更多信息

在 Microsoft Notepad 中打开的 .cmd 文件截图
在 Microsoft Notepad 中打开的 CMD 文件

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, they can be used to distribute and execute malware attacks. For example, malicious CMD files may delete users' data or crash users' systems. To protect against malware attacks, do not double-click a CMD file you have downloaded or received via email unless you trust the file's source. If you want to verify the commands a CMD file contains, you can open the file in a text editor and examine its contents. If the file appears unsafe, delete it.

可打开 CMD 文件的程序

M.U.G.E.N Character Commands File

开发者 Elecbyte
受欢迎程度
3.1  |  50 
 

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.

可打开或引用 CMD 文件的程序

Windows
分类: 游戏
更新时间: 2011-12-06

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的所有文件格式和软件程序。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们