cmd (98d89476-63ec-4baf-b2b3-86c52170f5d8)
cmd is the Windows command-line interpreter that can be used to interact with systems and execute other processes and utilities. [TechNet Cmd]
Cmd.exe contains native functionality to perform many operations to interact with the system, including listing files in a directory (e.g., dir
[TechNet Dir]), deleting files (e.g., del
[TechNet Del]), and copying files (e.g., copy
[TechNet Copy]).