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

  1. @ECHO OFF
  2. REM This is CLUSTSIZ.BAT
  3. REM
  4. REM CLUSTSIZ.BAT tels you how big each cluster or "allocation unit" on
  5. REM your default disk is. If it reports that your hard disk cluster size
  6. REM is 4,096 BYTES (4k), A TINY 1-byte file will actually take up 4K of
  7. REM space. This information is useful when you're copying files from hard
  8. REM disk to floppies.
  9. REM
  10. ECHO Checking size of disk cluster . . .
  11. CHKDSK | FIND "each"
  12.