Use DOS command to delete all files and subdirectories from specific folder (directory) – you must not be in this folder when executing this command:
rmdir /s /q "c:\Temp\Your-Dir-With-Subdirs"
Create this directory (folder) again because it will also be deleted
md "c:\Temp\Your-Dir-With-Subdirs"
