Horje
cmd delete folder and all contents Code Example
batch delete folder
# NOTE: for cmd/batch/DOS only (not bash/Linux)

# EXAMPLE:
rmdir /s /q "C:\Users\TomDickHarry\DeletableStuff"

# SYNTAX
# rmdir /s /q "<your-folder-to-delete>"
delete all files in a directory cmd
del /S C:\Path\to\directory\*
cmd delete folder and all contents
del /S C:\Path\to\directory\*
create batch file to delete folders and subfolders

Echo batch file to delete folder

@RD /S /Q "D:\testfolder"





Shell

Related
ffmpeg reduce video size Code Example ffmpeg reduce video size Code Example
git ignore by file extension Code Example git ignore by file extension Code Example
how to install bootstrap in angular Code Example how to install bootstrap in angular Code Example
laravel install breeze Code Example laravel install breeze Code Example
how to untrack a file in git Code Example how to untrack a file in git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10