RD and RMDIR commands

Removes a directory.

Synopsis

RMDIR [/S] [/Q] directory
RD [/S] [/Q] directory

Removes a directory.

Notes

By default, RD and RMDIR do not delete non empty folder. To force folder deletion, use the /S switch.

Compatibility

Available since 0.4 revision.

Fully compatible with cmd.exe.

See also

MD and MKDIR commands, DEL and ERASE commands, MOVE command