home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / FREE.ZIP / README < prev   
Text File  |  1990-12-15  |  2KB  |  50 lines

  1. "Free 1.2" - OS/2 - A utility to show available disk space and drive
  2.                     statistics.  Inspired by Art Merrill's similar utility
  3.                     for DOS.  Demonstrates use of system calls and standard
  4.                     error handling using OS/2 and Microsoft BASIC.
  5.  
  6. Copyright (C) 1989,1990 Stuart P. Sims
  7.                         Software Technologies
  8.                         (415) 731-2222
  9.  
  10. Usage:
  11.  
  12. FREE [drive]
  13.   The available space and drive statistics will be listed for the
  14.   specified drive.
  15.  
  16.   The ":" after the drive letter is not required and will be ignored.
  17.   If no drive is specified, the current drive will used.
  18.  
  19.  
  20. Distribution:
  21.  
  22. The right to use this software in its original unmodified form is granted
  23. for non-commercial purposes.  No fee may be collected for the use, distribution,
  24. display or copying of this program except for a fee of not more than US$3.00
  25. for a diskette or other distribution medium.
  26.  
  27. The right to distribute this software without charge (except as provided above)
  28. is granted provided the following files are included:
  29.             FREE.BAS
  30.             FREE.EXE
  31.             FREE.DEF
  32.             FREE.MAK
  33.             README.DOC    (This file)
  34.  
  35. Inquiries and comments may be sent through CompuServe to:
  36.  
  37.             Stuart Sims (74146,2010)
  38.  
  39. This program was created using the QB environment running in the DOS box
  40. and compiled in protected mode.
  41.  
  42. Modification History:
  43.  
  44.   July 10, 1989       Version 1.0   BC 6.0
  45.   November 10, 1989   Version 1.1   add support for drive parameter on
  46.                                     command line
  47.   August 12, 1990     Version 1.2 - support for drives up to 99 gigabytes
  48.                                     recompiled with BC 7.1 using PWB
  49. 
  50.