home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM This is NUMOFDIR.BAT
- REM
- REM NUMOFDIR.BAT tells you how many directories are on yoyr default drive
- REM and approximately how much total space the files in these directories
- REM will take up.
- REM
- ECHO Checking number of directories . . .
- CHKDSK | FIND "dir"
-