home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FSP101.ZIP / FSP.DOC < prev    next >
Text File  |  1993-12-26  |  2KB  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                       FSP
  7.              Free DOS Multiple Hard Disk Space Utilization Utility
  8.                         Version 1.01 - December 26, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. For each logical volume (above B:) on a hard drive, FSP displays the allocated,
  19. free, and total space, along with the percentage free.
  20.  
  21. Usage:  FSP
  22.  
  23. FSP needs no parameters on the command line, but including any will prevent
  24. FSP from clearing the screen when it runs.  (Such as entering FSP /?).
  25.  
  26. No damage can be done by simply running it, and that is the easiest way to
  27. see just what it does.  For the cautious, here is what it shows for my drive:
  28.  
  29.  
  30. FSP- Free DOS Multiple Hard Disk Space Utilization Utility.
  31.  V1.00: July 14, 1993.  (c) 1993 by David Daniel Anderson.
  32. July 13, 1993                                      14:12:30
  33. DRIVE       ALLOCATED    FREE SPACE    TOTAL SPACE   FREE %
  34. -----------------------------------------------------------
  35. C -->      18,767,872     6,354,944     25,122,816    25.3%
  36. D -->      13,684,736     9,353,216     23,037,952    40.6%
  37. E -->      17,035,264     6,002,688     23,037,952    26.1%
  38. F -->         159,744    12,468,224     12,627,968    98.7%
  39. G -->         249,856    12,378,112     12,627,968    98.0%
  40. H -->               0    18,868,224     18,868,224   100.0%
  41. I -->      14,303,232       540,672     14,843,904     3.6%
  42. J -->               0     3,825,664      3,825,664   100.0%
  43. ===========================================================
  44. TOTALS=    64,200,704    69,791,744    133,992,448    52.1%
  45.  
  46.  
  47. I have no idea if this works on networks, or even on any machine besides mine.
  48. Maximum disk size is equal to PASCAL's LONGINT maximum value of 2,147,483,647.
  49. [What is that in Gigabytes, about 2?]
  50.  
  51. Output is not redirectable, due to the method of writing the colors (sorry).
  52.  
  53. {------------------------------------------------------------------------------
  54.  
  55.                                 REVISION HISTORY
  56.  
  57. v1.00  : 1993/07/14.  First public release.  DDA
  58. v1.01  : 1993/12/26.  Now discards data from FIRST CD-ROM drive.  DDA
  59.  
  60. ------------------------------------------------------------------------------}
  61.  
  62.