home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / DRIVEFRE.ZIP / DRIVEFRE.DOC next >
Encoding:
Text File  |  1990-02-04  |  4.8 KB  |  104 lines

  1.  
  2.          ┌────────────┐
  3.          │ ▄▄▄▄ ▄ ▄ ▄ │
  4.          │ InfoMatrix │
  5.          │ ▀▀▀▀ ▀ ▀ ▀ │
  6.          └────────────┘
  7.  
  8.          Drivefree
  9.          A utility to let you know when your drive is filling up.
  10.          By Brad Gibson
  11.          Copyright (C) 1990 by Secret Software
  12.          A division of InfoMatrix
  13.          InfoMatrix
  14.          1515 Hogansville Rd #83
  15.          Lagrange, GA  30240
  16.          InfoMatrix BBS:404-845-1714
  17.  
  18.          ______________________________________________________________
  19.  
  20.          Drivefre is Copyrighted (C) 1990 by Secret Software, a division of
  21.          InfoMatrix, it is not in the public domain and it is not free.
  22.          This is a shareware product, registration is $5.00 and should be
  23.          mailed to the address above if you find the program useful. It is
  24.          not crippled in any way, but if you use it and want shareware to
  25.          continue, then send the registration. We will offer technical
  26.          support and guidance to all users who call us with a registration
  27.          number.
  28.          ______________________________________________________________
  29.  
  30.          INFOMATRIX WILL NOT ACCEPT LIABILITY FOR ANY DAMAGE DONE TO
  31.          HARDWARE OR SOFTWARE AS A RESULT OF OR INCIDENTAL TO THE USE OF
  32.          OR INABILITY TO USE THIS PROGRAM.
  33.          ______________________________________________________________
  34.  
  35.  
  36.          Drivefre will show you how much space is left on your drive (Hard
  37.          or floppy) by percentage, and will sound alerts at 87%, 90%, and
  38.          95% to let you know the drive is getting full.  At levels below
  39.          87% it will simply display the percentage of drive space used and
  40.          terminate, at levels above 90% it will display a message in a
  41.          window, sound tones, and you must press a key to continue.
  42.                 This program is especially useful for system managers and
  43.          technicians who have computer users who aren't too concerned about
  44.          the drive filling up.  This will let them know they are pushing
  45.          the limits. To use Drivefre, it makes the most sense to make it
  46.          part of the AUTOEXEC.BAT file, or run it from a menu or something
  47.          like that, although it may also be run simply by typing DRIVEFRE.
  48.          It will give you information on the default drive.  You must
  49.          switch to the drive in question to use the program.  What I mean
  50.          by this is that while c:DRIVEFRE will look for the program on C
  51.          drive and tell you information about the drive you are on,
  52.          DRIVEFRE C: is NOT a prper usage, and will tell you nothing in
  53.          particular.  (actually it will still tell you about the drive you
  54.          are currently on, whichever that may be.) So the best way to use
  55.          it would be as follows: let's say you want to check the status of
  56.          D: from an autoexec.bat file on C:, this is how you would do that:
  57.  
  58.          @echo off (turns off the echo)
  59.          D:  (switch to D drive)
  60.          C:drivefre
  61.  
  62.  
  63.          That's it.  Note that drivefre must be called from the
  64.          subdirectory where it's is located, or that subdirectory
  65.          must be in the path.  Having it in the path is always a much
  66.          easier way to use it, then you can call it from anywhere and it
  67.          will run.
  68.  
  69.  
  70.          This program has one restriction, and one related command line
  71.          parameter.  For drives larger than 100 MB the program will return
  72.          incorrect information, because DOS returns incorrect information
  73.          regrding the size of the drive. The remedy for this is to start
  74.          the program with a parameter indicating the total size of the
  75.          drive in megabytes.  For example: if the drive is a 140 MB drive
  76.          you start Drivefre with "DRIVEFRE 140".  The only potential
  77.          problem here is if you have a large drive like this which has next
  78.          to nothing on it (say under 30%) then the program will return some
  79.          nonsense number.  In my humble opinion, people who have hard
  80.          drives that large, that empty, don't have much of a need for this
  81.          program, and the program would be doing nothing but simple
  82.          division if I had included the ability to enter the MB free as
  83.          well as total MB.
  84.  
  85.  
  86.          ┌────────────┐
  87.          │ ▄▄▄▄ ▄ ▄ ▄ │
  88.          │ InfoMatrix │
  89.          │ ▀▀▀▀ ▀ ▀ ▀ │
  90.          └────────────┘
  91.  
  92.          Drivefree
  93.          A utility to let you know when your drive is filling up.
  94.          By Brad Gibson
  95.          Copyright (C) 1990 by Secret Software
  96.          A division of InfoMatrix
  97.          InfoMatrix
  98.          1515 Hogansville Rd #83
  99.          Lagrange, GA  30240
  100.          InfoMatrix BBS:404-845-1714
  101.  
  102.          Call the BBS for other InfoMatrix products and services!
  103.  
  104.