I'm a newbie, and I'd like to ask all you veterans for some advice. I do maintenance work, and because of the viruses on the company computers, I want to delete all files under d:\downloads\
My batch file is written like this:
del d:\Downloads\*.* /s /f /q
Next I want to delete all the empty folders under downloads\
How should I write it? I'd like to ask you all. Thanks.
My batch file is written like this:
del d:\Downloads\*.* /s /f /q
Next I want to delete all the empty folders under downloads\
How should I write it? I'd like to ask you all. Thanks.

