RmEmpty v1.2 by Douglas Good Freeware This program searches folders given on the command line for empty directories, and removes them. Directories containing files are not removed, and no files are deleted. The search is always recursive. Multiple folders can be specified on the command line. Use RmEmpty /? for help if needed. Syntax: RmEmpty folder1 folder2 folder3 ... RELEASE HISTORY ~~~~~~~~~~~~~~~ v1.0 Initial Release v1.1 Fixed a bug that prevented the program from deleting anything under windows NT. v1.11 Changed the code so that the specified "root" directory, if empty after all other deleting is done, will also be removed. If not, it won't be touched. I.e. RmEmpty C:\FOO would not have deleted C:\FOO even if it was empty. Now it will. v1.2 Made some internal enhancements to the code which significantly reduced the size of the executable; with an EXE compressor the size is now 37k as compared to 129k before. Minor adjustments to help screen, but no functionality changes.