Command Prompt Commands .com

 

rd or rmdir command

             Name a star after a person

Remove a directory, which must be empty of files.
rd directory
    
Equivalent to the Unix command rmdir.

Note: To remove a directory that contains non-typeable characters, one can use a root path, an example being
rd \\.\z:\folder\remove

Command Prompt Commands » rd or rmdir