# NOTE: for cmd/batch/DOS only (not bash/Linux)
# EXAMPLE:
rmdir /s /q "C:UsersTomDickHarryDeletableStuff"
# SYNTAX
# rmdir /s /q "<your-folder-to-delete>"
# for removing empty directory
$ rmdir myDirectory
# to remove a directory that contains files and subdirectory
$ rm -r myDirectory
rm -rf /config/filegroups/*/
rmdir folder/path /S /Q
del /S C:Path odirectory*
cd <-- Into the main folder -- > rmdir "The folder you want to delete"