Remove Empty Subdirectories

A command line utility to remove any empty subdirectories within a specified directory.

Usage

Remove Empty Subdirectories
flipbit.co.uk

Remove empty subdirectories from a specified folder.

Usage:

   rmem.exe ([directory]|*)

Use a '*' to specify the current directory.

Options:

   -whatif          Just show directories to be removed

Example Output

C:\>rmem *
			
Delete  : C:\Folder1\Folder2
Delete  : C:\Folder1
Delete  : C:\Folder3
Deleted : 3
Errors  : 0

C:\>

Back