Return to Snippet

Revision: 9436
at November 6, 2008 05:39 by meetneps


Initial Code
REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
REM
REM FILENAME : GETDIRS.BAT
REM
REM DESCRIPTION : GENERATE LIST OF FOLDERS RECURSIVELY IN A FILE "TOEMPTY.BAT"
REM 
REM AUTHOR : Napoleon Arouldass S. http://neps.in
REM
REM DATE WRITTEN : Tuesday, August 21, 2007 10:37:25 PM
REM
REM COMMENTS/REMARKS : This is the first step
REM
REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
REM GET DIRECTORY LISTING OF WINDOWS FILE SYSTEM
DIR %1/AD/B/S | SORT /R > TOEMPTY.BAT
REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Initial URL
http://neps.in/2008/02/01/cleaningup-empty-folders-in-windows/

Initial Description


Initial Title
Batch Script to Delete all the empty folders in windows

Initial Tags
command, windows, files

Initial Language
DOS Batch