Deleting all the Subfolders and Files in a directory
Navigate to the parent directory
pushd "Parent Directory"
Delete the sub folders
rd /s /q . 2>nul
Deleting all the Subfolders and Files in a directory
Navigate to the parent directory
pushd "Parent Directory"
Delete the sub folders
rd /s /q . 2>nul