how to delete specific folder contents using cmd code example
Example: create batch file to delete folders and subfolders
Echo batch file to delete folder
@RD /S /Q "D:\testfolder"
Echo batch file to delete folder
@RD /S /Q "D:\testfolder"