List of DOS commands: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 102.88.69.95 (talk) to last revision by GreenC bot
Tags: Reverted Visual edit
Line 8:
 
==Command processing==
'''''The command interpreter for DOS runs when no application programs are running. When an application exits, if the transient portion of the command interpreter in memory was overwritten, DOS will reload it from disk. Some commands are internal—built into COMMAND.COM; others are external commands stored on disk. When the user types a line of text at the operating system command prompt, COMMAND.COM will parse the line and attempt to match a command name to a built-in command or to the name of an executable program file or [[batch file]] on disk. If no match is found, an error message is printed, and the command prompt is refreshed.'''''
 
'''''External commands were too large to keep in the command processor, or were less frequently used. Such utility programs would be stored on disk and loaded just like regular application programs but were distributed with the operating system. Copies of these utility command programs had to be on an accessible disk, either on the current drive or on the command [[PATH (variable)|path]] set in the command interpreter.'''''
 
'''''In the list below, commands that can accept more than one file name, or a filename including wildcards (* and ?), are said to accept a ''<kbd>[[filespec]]</kbd>'' (file specification) parameter. Commands that can accept only a single file name are said to accept a ''<kbd>filename</kbd>'' parameter. Additionally, command line switches, or other parameter strings, can be supplied on the command line. 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.'''''
 
'''''The command interpreter preserves the case of whatever parameters are passed to commands, but the command names themselves and file names are case-insensitive.'''''
 
'''''Many commands are the same across many DOS systems, but some differ in command syntax or name'''''.
 
==DOS commands==
Line 28:
 
===ASSIGN===
'''The command redirects requests for disk operations on one drive to a different drive. It can also display drive assignments or reset all drive letters to their original assignments.'''{{Further|Drive letter assignment}}'''The command is available in MS-DOS versions 3 through 5 and IBM PC DOS releases 2 through 5.<ref name="RUNNINGMSDOS" />'''
{{Further|Drive letter assignment}}
The command redirects requests for disk operations on one drive to a different drive. It can also display drive assignments or reset all drive letters to their original assignments.
 
The command is available in MS-DOS versions 3 through 5 and IBM PC DOS releases 2 through 5.<ref name="RUNNINGMSDOS" />
 
=== ATMDM ===
''Lists connections and addresses seen by Windows [[Asynchronous Transfer Mode|ATM]] call manager.''
 
==='''''ATTRIB'''''===
{{Main|ATTRIB}}
'''Attrib changes or views the attributes of one or more files. It defaults to display the attributes of all files in the current directory. The file attributes available include read-only, archive, system, and hidden attributes. The command has the capability to process whole folders and subfolders of files and also process all files.'''
 
The command is available in MS-DOS versions 3 and later.<ref name="RUNNINGMSDOS" />