VB Script to locate empty folders quickly
When you need to find, even delete, empty folders, you can use a program like RED.
However, to avoid installing an application only to locate a few folders left empty after a job, you can use a tiny Visual Basic script.
Before you use it, open it in Notepad and replace C:\anything\ with the specific root folder you need to search for empty sub-folders.
The script will pop up an alert for each empty folder it finds.
Download the Locate Empty Folders VB script