home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / space306.zip / SPACE.DOC < prev   
Text File  |  1992-09-19  |  3KB  |  76 lines

  1.  
  2.  
  3.  
  4.                  The SPACE Program
  5.              (not affliated with NASA)
  6.           CopyRight(c) 1992 BRAGWARE -> Rick Bursey
  7.  
  8.  
  9.  Introduction
  10.  ────────────
  11.  This program was written so that I could tell at a glance just how much of my
  12.  disk space I had used up. I found it to much trouble to use CHKDSK all the
  13.  time for this task. Also when I wanted to know the total free space on all of
  14.  my hard drives I had to us CHKDSK over and over and then add up the results
  15.  just so I could see if the thing was filling up on me. Another thing about
  16.  using CHKDSK is that the results are not a true account of the actual free
  17.  space on a disk because it returns a figure of actual bytes used by each file
  18.  on the disk instead of the sectors used. This program gets it's results from 
  19.  the amount of used sectors used which is a more reliable account of the amount
  20.  of space used.
  21.  
  22.  SPACE should work on any IBM compatible computer, no matter what type of 
  23.  monitor is being used.
  24.  
  25.  Syntax: SPACE ['drive' | '/a' | '/?']
  26.  ( All perimeters in the square brackets are optionial )
  27.  
  28.  'drive' : This specifies the drive to check. This drive can be a Floppy, Hard
  29.        or Ram drive. If no drive is specified at the command line then the
  30.        current drive information is displayed. A box will appear with a 
  31.        usage graph showing the amount of disk space that is used as well 
  32.        as the amount that is free. Also a percentage of free space is 
  33.        shown.
  34.        If the drive does not exist or is not ready (ie. drive door is 
  35.        open) then the help window is displayed along with a warning that 
  36.        the drive is not ready message.
  37.        If the 'drive' is not a letter (ie. like a !, @ #,< or > sign etc., 
  38.        or a number) then the current drive information is shown.
  39.  '/a'    : This option tells SPACE to show all Hard disk partition(s) up to and
  40.        including drive 'Z' (this also includes Ram drives). If this option
  41.        is used and there is no hard drive(s) (or Ram drive(s)) then the 
  42.        help screen is shown.
  43.  '/?'    : This option will display a help screen showing how to use this 
  44.        program.
  45.  
  46.  
  47.  Disclaimer
  48.  ──────────
  49.  This being an imperfect world I must take this time to satisfy the legal
  50.  aspect of being a lowly computer programmer and publish this small disclaimer.
  51.  Here goes....
  52.  I claim no responsibility for any damages caused by the use or misuse of this
  53.  program. It is being distributed "as is" with no warranty being express or 
  54.  implied. I will not be held responsible for any losses which may be incurred
  55.  by the use or misuse of this program. So please do not sue me if the results 
  56.  shown by this program turn out to any less then 100 percent accurate, 
  57.  although I've tried my best to make them so.
  58.  
  59.  Files in this Archive Include:
  60.  ──────────────────────────────
  61.  SPACE.DOC -> this file
  62.  SPACE.COM -> the SPACE program executible file
  63.  
  64.  If you find this program of value and include it in your little bag of 
  65.  utilities that you frequently use, please show your support and send along a 
  66.  small donation of $5.00. This will give me the incuragement to write more of
  67.  these programs and maybe even keep me suplied in printer paper.
  68.  
  69.  Thank You for trying SPACE and please pass it around.
  70.  
  71.  Send all comments, questions, complaints, bugs! or donations to:
  72.       Rick A. G. Bursey
  73.       28 Crescent Street
  74.       Stephenville, Newfoundland
  75.       A2N 1R6       CANADA
  76.