Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? On an issue closely related to the issue in my previous thread...

May
855
0
A simple question: Is there any way to have TCC delete all of the empty directories in a directory tree?

- Dan
 
Code:
del /s /e /x /q d:\directory\nul.txt

This takes advantage of the fact that you can't have a file named NUL.TXT.
 
Thank you Charles. That's about 80% of the "battle" I'm fighting (see my previous thread for more on the battle if you are interested).
 
Back
Top