oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RMDIR--Example
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                               RMDIR──Example
 
To delete a directory named \USER\SMITH, first ensure that the directory is
empty, as in the following example:
 
    dir \user\smith /a
 
MS-DOS should display only the "." and ".." symbols.
 
Then, from any directory except \USER\SMITH, type the following command:
 
    rmdir \user\smith
 
You can type the following command with the same result:
 
    rd \user\smith
 
                                      ♦