folder permanently remove cli in windows command line code example
Example 1: cmd delete folder
# NOTE: for cmd/batch/DOS only (not bash/Linux)
# EXAMPLE:
rmdir /s /q "C:\Users\TomDickHarry\DeletableStuff"
# SYNTAX
# rmdir /s /q ""
Example 2: delete all files in a directory cmd
del /S C:\Path\to\directory\*