home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / FREEDISK.ZIP / FREEDISK.DOC next >
Encoding:
Text File  |  1989-07-11  |  4.1 KB  |  117 lines

  1.     
  2.                          FREEDISK VERSION 1.01
  3.                Program and documentation copyright 1989
  4.                        by John R. Ackermann, Jr.
  5.     
  6.     
  7.     FREEDISK is a simple program designed to test a disk drive 
  8.     against a user-specified minimum free space.  Its purpose is to 
  9.     avoid disasters by warning the user when disk space is getting 
  10.     low.
  11.     
  12.     When run, FREEDISK will see if the specified drive has at least 
  13.     the specified free space.  If it does, nothing happens and the 
  14.     program will terminate quietly.  If it doesn't, FREEDISK will 
  15.     beep, display the actual free space, and wait for the user to 
  16.     press a key.
  17.     
  18.     FREEDISK is designed primarily for use in the autoexec.bat file, 
  19.     where it will check the free disk space every time the computer 
  20.     is booted.  It can also be run from the command prompt or from 
  21.     within another batch file. 
  22.     
  23.     
  24.     SYSTEM REQUIREMENTS:
  25.     
  26.     FREEDISK should work on any 100% IBM-PC compatible computer 
  27.     running MS or PC DOS version 2.0 or higher.  It requires very 
  28.     little RAM and should run on any system with 128k or more.
  29.     
  30.     
  31.     USING FREEDISK:
  32.     
  33.     FREEDISK is run with the following syntax at the DOS command 
  34.     prompt, or within a batch file:
  35.     
  36.          FREEDISK [drive] [target size]
  37.     
  38.     The drive can be any valid drive identifier on your system.  You 
  39.     may type the letter in either upper or lower case.  You do not 
  40.     need to put a colon after the letter.
  41.     
  42.     The target size is the amount of free disk space you wish to test 
  43.     against, in bytes.
  44.     
  45.     For example, to test whether drive C has at least 2 megabytes of 
  46.     free space, use the following command:
  47.     
  48.          FREEDISK c 2000000
  49.     
  50.     If there are more than 2 megs free on the disk, you'll be 
  51.     returned to the command prompt without any output from FREEDISK.  
  52.     If there's less space than that, though,  the computer will beep, 
  53.     FREEDISK will display a message showing the actual free space, 
  54.     and you'll be prompted to press a key to continue.
  55.     
  56.     Because FREEDISK terminates quietly if its test is passed, it is 
  57.     ideal for use in the autoexec.bat file.  You'll never know it's 
  58.     
  59.     there until the free space goes below the test value; then 
  60.     FREEDISK won't let you forget it!
  61.     
  62.     FREEDISK can be used to test both hard and floppy disks. 
  63.     
  64.     If you type FREEDISK without any parameters you will see a short 
  65.     help screen.
  66.     
  67.     
  68.     MY LICENSE TO YOU: 
  69.     
  70.     FREEDISK is NOT in the public domain.  I have retained the 
  71.     copyright to the program and all other rights not specifically 
  72.     granted by these license terms.
  73.     
  74.     You are licensed to make unlimited use of FREEDISK on any 
  75.     computer.  You may not, however, change or modify this program in 
  76.     any way, or to distribute it except as described below.  Your use 
  77.     of the program is entirely at your own risk. 
  78.     
  79.     You are not required to register this program or pay any fee for 
  80.     its use.  However, if you find it useful and wish to make a 
  81.     contribution you are welcome to do so.  I will send those who 
  82.     contribute at least enough to cover the cost of materials and 
  83.     postage a disk with the latest version of FREEDISK, as well as 
  84.     some other programs that I have developed. 
  85.     
  86.     
  87.     DISTRIBUTION: 
  88.     
  89.     You are free to, and in fact are encouraged to, distribute 
  90.     FREEDISK either on disk or electronically, as long as 
  91.     FREEDISK.EXE and FREEDISK.DOC are included together and no more 
  92.     than the reasonable cost of duplication and distribution is 
  93.     charged.  $7.00 is considered to be a reasonable charge. 
  94.           
  95.     
  96.     DISCLAIMERS: 
  97.     
  98.     FREEDISK is distributed on an AS-IS basis, and UNDER NO 
  99.     CIRCUMSTANCES WILL John R. Ackermann, Jr. BE LIABLE FOR ANY 
  100.     DAMAGES WHATSOEVER, WHETHER DIRECT, CONSEQUENTIAL OR INCIDENTAL, 
  101.     ARISING OUT OF YOUR USE OF THIS PROGRAM.  ALL WARRANTIES, 
  102.     INCLUDING ANY WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR 
  103.     INTENDED USE, ARE EXPRESSLY DISCLAIMED.  
  104.     
  105.     
  106.     Please direct comments and suggestions to: 
  107.     
  108.                        John R. Ackermann, Jr. 
  109.                          2790 Swigert Road 
  110.                          Dayton, OH   45440
  111.                         CompuServe 72300,1160
  112.     
  113.                       Thanks for your support! 
  114.     
  115.     
  116.  
  117.