List of DOS commands: Difference between revisions

Content deleted Content added
Remove info moved to the main article: MS-DOS
Remove info that is not relevant
Line 2:
{{Use dmy dates|date=May 2019|cs1-dates=y}}
This article lists notable [[command (computing)|commands]] provided by the [[MS-DOS]] [[disk operating system]] (DOS), especially as used on an [[IBM PC compatible]] [[computer]]. Other DOS variants as well as the legacy [[Windows]] [[shell (computing)|shell]], [[Command Prompt]] (cmd.exe), provide many of these commands. Many other DOS variants [[List of disk operating systems called DOS|are informally called ''DOS'']], but are not included in the scope of the list. The highly related variant, [[IBM PC DOS]], is included. The list is not intended to be exhaustive, but does include commands covering the various releases.
 
A command that accepts more than one [[file name]] or includes a wildcard character ({{code|*}} and {{code|?}}) is said to accept a <code>[[filespec]]</code> parameter. A command that accepts a single file name is said to accept a <code>filename</code> parameter. Spaces and symbols such as a "/" or a "-" may be used to allow the command processor to parse the command line into filenames, file specifications, and other options.
 
Each command is implemented either as [[shell builtin|built-in]] to the [[command-line interpreter|command interpreter]], [[COMMAND.COM]], or as an external [[computer program|program]].