home *** CD-ROM | disk | FTP | other *** search
- Explanation of the RMDIR (rd) command.
- It is INTERNAL.
-
- This command will remove a specified,
- previously created directory.
- CAUTION: This will only work if the
- directory is completely
- empty, even the hidden files.
-
- Example:
- To remove the games directory on
- drive C type:
- rmdir c:\games
- or
- rd c:\games