rmdir
Windows CMD · Directories · available in the simulator · Also: rd
What it does
Removes an empty directory (alias of rd).
Syntax
rmdir [/s] [/q] [unidad:]ruta
Options and parameters
/sDeletes the entire directory tree.
/qQuiet mode.
/SRemoves the directory and all its contents.
/QQuiet mode when used with /S.
Usage examples
rmdir sistemasrmdir sistemas /s /qrmdir /s /q carpeta
Notes and common mistakes
- Equivalent to rd.