Answers for "cmd remove folder with content"

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

how to remove directory with contents in w10 cmd

rmdir /S "MyDirectory"
Posted by: Guest on March-27-2021

Code answers related to "cmd remove folder with content"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language