Content deleted Content added
m →EDIT: This entire section is terribly worded and needs an overhaul, but I at least added a period to clarify a statement. |
Igor123121 (talk | contribs) m Reverted edit by 109.38.233.140 (talk) to last version by 199.192.1.63 |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Short description|None}}
{{Use dmy dates|date=May 2019|cs1-dates=y}}
This article lists notable [[command (computing)|commands]] provided by the [[MS-DOS]]
{{Horizontal TOC|nonum=yes}}
==Commands==
===APPEND===
Line 162 ⟶ 150:
Deletes a directory along with all of the files and subdirectories that it contains. Normally, it will ask for confirmation of the potentially dangerous action. Since the RD (RMDIR) command can not delete a directory if the directory is not empty (except in Windows NT & 10), the DELTREE command can be used to delete the whole directory.
The <code>deltree</code> command is included in certain versions of [[Microsoft Windows]] and [[MS-DOS]] [[operating system]]s. It is specifically available only in versions of [[MS-DOS]] 6.0 and higher,<ref name="RUNNINGMSDOS" /> and in [[Windows 9x|Microsoft Windows 9x]]. In Windows NT, the functionality provided exists but is handled by the command {{mono|rd}} or {{mono|rmdir}} which has slightly different syntax
===DIR===
Line 378 ⟶ 366:
The command is available in MS-DOS versions 3.1 and later and IBM PC DOS releases 3 and later.<ref name="RUNNINGMSDOS" />
===
Used in the CONFIG.SYS file to set the maximum number of drives that can be accessed.
Line 530 ⟶ 518:
{{See also|Prompt (computing)}}
The {{mono|PROMPT}} command allows the user to change the prompt in the command screen. The default prompt is {{mono|$p$g}} (i.e. {{kbd|PROMPT $p$g}}), which displays the drive,
The command is available in MS-DOS versions 2 and later and IBM PC DOS releases 2.1 and later.<ref name="RUNNINGMSDOS" />
Line 770 ⟶ 758:
== See also ==
* [[:Category:Windows commands]]
* [[List of CONFIG.SYS directives]]
* [[Timeline of DOS operating systems]]
|