home *** CD-ROM | disk | FTP | other *** search
-
-
- RD (Remove Directory) or RMDIR
-
-
- PURPOSE:
- The "RD" command removes a directory from your disk.
-
-
- USEAGE:
- To Remove a directory, all files in the directory
- must be erased.
-
- Then go back to the next higher level directory
- to remove the directory desired.
-
-
- EXAMPLES:
- To remove the directory called "paint"
- on you C drive, erase all the files in
- the c:\paint directory.
-
- type the following commands:
-
- Erase C:\paint\*.*
-
- Now make sure your are in the next higher
- directory (in this case the root directory)...type,
-
- CD\
-
- Now type,
-
- RD C:\PAINT
-
-
-