- Dec 13, 2001
- 4,602
- 0
- 76
I have a folder named TEMP. What I want to do is delete everything inside this folder (files and folders) using a batch script.
Because of a security program named Fortres deleting the entire folder and recreating it is not an option.
Thoughts?
I tried del c:\temp\. /s /q This almost works. It will delete all of the files under TEMP but it won't delete sub directories.
Because of a security program named Fortres deleting the entire folder and recreating it is not an option.
Thoughts?
I tried del c:\temp\. /s /q This almost works. It will delete all of the files under TEMP but it won't delete sub directories.
