home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / TLADF10.ZIP / DF.DOC next >
Text File  |  1994-01-29  |  4KB  |  120 lines

  1.   - Thom Little Associates - Essential Command Line Utilities -
  2.  
  3.                    - tlaDF10.zip - Disk Farm -
  4.                          - Version 1.00 -
  5.  
  6.  
  7. tlaDF10.zip CONTENTS:
  8.  
  9.    DF.DOC      This documentation file.
  10.  
  11.    DF.EXE      Complete disk farm utility.
  12.  
  13.    DFHARD.BAT  Batch file to bypass error on some machines
  14.                (see OPERATION below).
  15.  
  16. FUNCTION:
  17.  
  18. Display the allocated space, available space, and total space on
  19. disks installed on the system.  This is either for hard disks only
  20. (the default), for all disks that are installed, or for a range of
  21. disks that you specify..
  22.  
  23.  
  24. OPERATION:
  25.  
  26. In general you will probably want to only display information on
  27. your hard disks.  This is the default condition for DF.  Simply
  28. issuing the command "df" without parameters should accomplish this.
  29.  
  30. Occasionally you may want to include all disks in the display.
  31. Issuing "df /all" or "df /a" will produce this summary.
  32.  
  33. In our testing, we have encountered some machines that erroneously
  34. flag RAM disks and CD-ROM drives as hard disks. It is therefore not
  35. possible for DF.EXE to determine the correct hard disks on these
  36. systems.
  37.  
  38. If you issue the command "df" and it displays information on your
  39. RAM disk or CD-ROM, then you have a machine that has this
  40. "feature."  To use DF.EXE on these machines, use the range option in
  41. the command call.  An example is "df /c /e" to display information
  42. on drives C, D, and E.
  43.  
  44. If you are forced to use this option, a simple batch file (like the
  45. one supplied can easily be established to call DF.
  46.  
  47.  
  48. COMMAND SYNTAX:
  49.  
  50.      df           display information on hard disks only
  51.  
  52.      df /all      display information on all disks
  53.  
  54.      df /<f> /<l> display information on disk <f> to disk <l>
  55.      
  56.      df /?        list an abbreviated description of the
  57.                   command syntax.
  58.      
  59.  
  60. INSTALLATION:
  61.  
  62. To install DF.EXE on your machine, you only need to copy DF.EXE to
  63. a subdirectory that exists on your system path.
  64.  
  65. As an example, on our systems this directory is at D:\DOS\TLA.  To
  66. install DF.EXE, if DF.EXE is in the current directory, we would
  67. enter:
  68.  
  69.      copy df.exe d:\dos\tla 
  70.  
  71.  
  72. ERROR MESSAGES:
  73.  
  74. DF.EXE issues the following error messages:
  75.  
  76.    Error: Invalid number of parameters.
  77.      
  78.       Too many parameters were specified. Eliminate parameters and
  79.       reissue the request.
  80.     
  81.    Error: Invalid parameter specified.
  82.      
  83.       A parameter is incorrect. 
  84.  
  85.  
  86. SHAREWARE:
  87.       
  88. This software is provided as shareware for your evaluation, use,
  89. and financial contribution.  This software has not been placed in
  90. the public domain.
  91.  
  92. If you use this software, and live outside Massachusetts, please
  93. send a payment of $7.00 to:
  94.  
  95.      Thom Little Associates
  96.      Product Support
  97.      P.O. Box 1901
  98.      Boston, MA  02205-1901
  99.  
  100.      Voice ......... 617.227.4644
  101.      Compuserve .... 70724,71 (Thom Little)
  102.      Channel One ... Thom Little
  103.  
  104. (If you reside in Massachusetts please include Massachusetts state
  105. tax of $.35 for a total of $7.35.)
  106.  
  107. Copyright 1994, Thom Little Associates, all rights reserved.
  108.  
  109.  
  110. DISCLAIMER:
  111.  
  112. Thom Little Associates disclaims all warranties as to this
  113. software, whether express or implied, including without limitation
  114. any implied warranties of merchantability, fitness for a particular
  115. purpose, functionality or data integrity or protection.
  116.  
  117.  
  118. HISTORY:
  119.  
  120. 01-29-94  Version 1.00 first shareware release to public.