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

  1. @ECHO OFF
  2. REM This is DISKSIZE.BAT
  3. REM
  4. REM HIDDEN.BAT tells you the size of the disk that you're using.
  5. REM
  6. ECHO Checking size of drive . . .
  7. CHKDSK | FIND "total disk space"
  8.