home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / df.arc / DF.DOC next >
Encoding:
Text File  |  1988-09-07  |  1.1 KB  |  31 lines

  1. Use "df" to get a graphic view of the amount of disk space remaining
  2. on the disk.  The number of bytes available, number of bytes total,
  3. and percentage of disk space free is printed in both a bargraph and
  4. in numbers.  When less than 5% disk space is remaining, the bar graph
  5. is displayed in RED.  Otherwise the bargraph is displayed in GREEN.
  6.  
  7. Usage:
  8.         C> df   - available disk space on current default drive
  9.         C> df <drive> - available disk space on specified disk
  10.  
  11. Examples:
  12.  
  13. C> df
  14. 1,730,560 bytes free (5%) out of 33,435,648 bytes on default drive
  15.         ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ 
  16.        ╘════╧════╧════╧════╧════╧════╧════╧════╧════╧════╛
  17.         0   10   20   30   40   50   60   70   80   90  100 
  18.  
  19. C> df d:
  20. 1,130,496 bytes free (12%) out of 9,216,000 bytes on drive D:
  21.         ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░ 
  22.        ╘════╧════╧════╧════╧════╧════╧════╧════╧════╧════╛
  23.         0   10   20   30   40   50   60   70   80   90  100 
  24.  
  25.  
  26. This program may be shared and distributed freely.  Enjoy.  
  27.  
  28. Ed Trujillo - September 7, 1988
  29. Albuquerque, NM
  30.  
  31.