How to delete files and folders in the folder?
Eg. "cat" folder. In the folder existing (3 folders and 5 mp3s and 4 docxs)files. I delete with this codes:
del /f /s /q c:\cat
rd /s /q c:\cat
del..... it delete mp3, docx but not del 3 folders. It delete files in the 3 folder.it not del 3 folders.
rd...... it delete "cat" folder, I don't del "cat" folder. I want is to delete files and folders in the "cat" folder.