Answers for "how to remove directories windows commantt prompt"

5

cmd delete folder

# NOTE: for cmd/batch/DOS only (not bash/Linux)

# EXAMPLE:
rmdir /s /q "C:UsersTomDickHarryDeletableStuff"

# SYNTAX
# rmdir /s /q "<your-folder-to-delete>"
Posted by: Guest on June-15-2020
0

cmd delete folder and all contents

del /S C:Pathtodirectory*
Posted by: Guest on October-12-2021

Code answers related to "how to remove directories windows commantt prompt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language