| ABOUT RD (rmdir) |
| Removes empty directories in DOS. To delete directories with files or directories within them the user must use the deltree command. |
| RD (rmdir) SYNTAX |
|
Removes (deletes) a directory. RMDIR [drive:]path RD [drive:]path |
| EXAMPLE |
| rmdir c:\temp - This would remove the temp directory on the C: if empty. If you want to delete directories that are full, use the deltree command. |