This repository is a bat file to delete empty folders in the directory
To clean directory, you should use:
.\remove-empty-folders.bat [absolute-path-to-folder]
If you want to clean from root, you should use:
.\remove-empty-folders.bat --force
I'm always happy if someone sees this and wants to support it