Ŀ
                       REMOVDIR.EXE (Remove Empty Dirs)                     


Usage.........REMOVDIR [/A] [drive:] [path:]

Remove directories will remove all empty directories starting at the given 
drive and path. All directories on a drive will be scanned by passing the 
/A parameter.

/A............Assumes that you wish to scan all directories on the selected
              drive. (The default directory is the one you start from).

drive:........The drive that you wish to start the file find from.
path:.........The directory that you wish the file find to start from.

Examples


REMOVDIR C:\PROGRAMS 
will remove all empty directories starting at the C:\PROGRAMS directory.

REMOVDIR /A 
will remove all empty directories on the the current disk drive.

