I have a folder tree similar to this:
main_folder\folder1\Debug\(file1.a1, file2.a2, file3.a3 ...)
main_folder\folder2\Debug\(file1.a1, file2.a2, file3.a3 ...)
main_folder\folder3\Debug\(file1.a1, file2.a2, file3.a3 ...)
folder1, 2, 3 contain many other files and folders besides Debug. Debug subfolder is not empty in any of the folders. I want to delete the Debug subfolder (and everything in it) from all folders 1, 2, 3. How do I delete the Debug subfolder in all these folders using a bat script?