home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / fsp131.zip / FSP.DOC < prev    next >
Text File  |  1996-05-12  |  4KB  |  82 lines

  1.  
  2.  
  3.  
  4.                                  FSP v1.31
  5.               DOS Multiple Hard Disk Space Utilization Utility
  6.                     Freeware, copyright (c) May 12, 1996
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  12.  
  13.  
  14.  
  15. For each logical volume on a hard drive, FSP displays the volume name, total
  16. space, space allocated, and space available, along with the percentage of
  17. the drive which is available.
  18.  
  19. Usage: FSP [/K] [/N] [/F]
  20.  
  21. Where: /K = Keep screen (don't clear)
  22.        /N = report Network drives also
  23.        /F = report Floppy drives also
  24.  
  25.  
  26. No damage can be done by simply running FSP, 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 SPace), v1.31 - DOS Multiple Hard Disk Space Utilization Utility.
  31. Freeware, copyright(c) May 12th, 1996 by David Daniel Anderson/ Reign Ware.
  32. May 12, 1996                                                       13:40:16
  33. DRIVE        ALLOCATED     FREE SPACE    TOTAL SPACE   FREE %   LABEL
  34. ---------------------------------------------------------------------------
  35. C -=>       95,363,072    428,711,936    524,075,008   81.80%   DOS620
  36. D -=>       86,753,280    437,288,960    524,042,240   83.45%   OS2WARP
  37. E -=>       72,409,088    451,633,152    524,042,240   86.18%   DATA
  38. F -=>        3,903,488     45,494,272     49,397,760   92.10%   MISC
  39. ===========================================================================
  40. TOTALS=    258,428,928  1,363,128,320  1,621,557,248   84.06%
  41.  
  42.  
  43. Notes:
  44. ~~~~~~
  45. I can not guarantee that FSP works on any machine besides mine.
  46.  
  47. FSP is designed to ignore (not query or report) floppy and removable drives,
  48. network drives, CD-ROM drives, and SUBST drives.  However, beginning with
  49. version 1.30, floppy, removable and network drives can by reported by using
  50. the appropriate switches, as mentioned above.
  51.  
  52. Unrecognizable partitions (such as OS/2 HPFS drives) should report as zero.
  53.  
  54. Partitions larger than 1 gigabyte are intended to report as 1, since the
  55. standard DOS functions are unable to accurately report numbers that large.
  56.  
  57. Maximum disk size, provided no single partition exceeds 1 gigabyte, should
  58. be somewhere in the multi-terrabyte range.
  59.  
  60. Beginning with version 1.20, output is redirectable.
  61.  
  62. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63.                                 REVISION HISTORY
  64.  
  65. v1.00  : 1993/07/14.  First public release.
  66. v1.01  : 1993/12/26.  Now discards data from FIRST CD-ROM drive.
  67. v1.02  : 1994/01/20.  Now only reports valid local (including RAM) drives,
  68.                       C through Z.  Remote, SUBST, and CD drives ignored.
  69. v1.10  : 1994/01/23.  Added volume label info.  By Edward Dombek (73727,162)
  70. v1.11  : 1994/01/24.  Integrated various previous suggestions above.
  71. v1.12  : 1994/08/09.  Changed Total amounts from LongInt to Real.  Now can
  72.                       handle multi-gig drives accurately, provided no single
  73.                       partition exceeds 2 gig (LongInt). By Neil Edward Parks
  74.                       Overall design improvements.
  75. v1.20  : 1995/06/18.  Allow redirected output.
  76. v1.30  : 1995/08/04.  Now can optionally check floppy & network drives.
  77.                       Replaced calls to CRT unit with SWAG assembly routines.
  78. v1.31  : 1996/05/12.  Improved identification of removable drives.
  79.                       Changed display of volume labels to match DOS display.
  80.                       Moved revision history from FSP.PAS to FSP.DOC.
  81. _______________________________________________________________________________
  82.