home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 197 / DOS5BAT.ZIP / NUMOFDIR.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-11-03  |  280 b   |  10 lines

  1. @ECHO OFF
  2. REM This is NUMOFDIR.BAT
  3. REM
  4. REM NUMOFDIR.BAT tells you how many directories are on yoyr default drive
  5. REM and approximately how much total space the files in these directories
  6. REM will take up.
  7. REM
  8. ECHO Checking number of directories . . .
  9. CHKDSK | FIND "dir"
  10.