home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / SPACE.ZIP / SPACE.DOC next >
Encoding:
Text File  |  1988-06-25  |  1.2 KB  |  29 lines

  1.  
  2.        This program will enable the user to easily see the amount of FREE
  3.      space in bytes on every hard disk partition up to Drive (Z). It will
  4.      display the Size of every Partition, the Free space remaining in every
  5.      partition, the Total of all Free space remaining in all partitions,
  6.      the Total of all Disk Storage available, the amount of user data that
  7.      is stored on all partitions, and the percentage of free space
  8.      remaining on all partitions.
  9.  
  10.        The program will work over PCNFS and Novell networks, however it
  11.      will give erroneous results when more than 1 logical drive is mapped
  12.      to the same partition on the File Server.
  13.  
  14.        I had fun working with this program and I am including the source
  15.      code. I used the shareware window units that were written by
  16.      James H. LeMay and they are available on the Borland forum of
  17.      Compuserve.
  18.  
  19.         I have included the Turbo Pascal 4.0 source code with the file,
  20.      in order to change it you must have the Window units that were written
  21.      by James H. LeMay.
  22.  
  23.  
  24.      Michael J. Chatfield
  25.      Rt. #1 Box 16 A
  26.      Cleveland, Mo. 64734
  27.      CS # 71250,2766
  28.  
  29.