DOS batch - delete all files while maintaining directory structure - Stack Overflow
Given the directory structure c:\a\b\c\d\ - what DOS command will delete all files contained in c:\a along with any files in the subdirectories b, c, and d? We do not want to delete ......