home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 25D / TLAFE30.ZIP / FE.DOC next >
Encoding:
Text File  |  1992-01-04  |  3.9 KB  |  139 lines

  1.                        ∙Thom∙Little∙Associates∙
  2.  
  3.                   - tlaFE30.zip - Format Environment -
  4.                              Version 3.00
  5.  
  6.  
  7. tlaFE30.zip CONTENTS:
  8.  
  9.      FE.DOC       This documentation file.
  10.  
  11.      FE.EXE       Complete format environment system utility.
  12.  
  13.  
  14. OPERATION:
  15.  
  16. The only method for listing the environment provided by DOS is to
  17. issue the SET command with no options.  The listing provided is rather
  18. difficult to read.
  19.  
  20. Enclosed is FE.EXE.  This program lists the contents of your
  21. environment area in a very readable format and reports the amount of
  22. main memory allocated for your environment space and the amount of
  23. space currently in use.
  24.  
  25. Entering a request to format the environment is of the form:
  26.  
  27.      fe
  28.  
  29. If more environment variables are in the environment then can be
  30. displayed on the screen, FE.EXE will pause at the bottom of the
  31. screen displaying the message:
  32.  
  33.      [ press any key ... ]
  34.  
  35. At this point you may press any key on the keyboard to display the
  36. next screen full of data.     
  37.  
  38. At the end of the requested environment display, summary information is
  39. shown.
  40.  
  41.  
  42. COMMAND SYNTAX:
  43.  
  44.      fe /s<screen-size>
  45.      fe /ns
  46.      fe /?
  47.  
  48.      /s<screen-size>  defines the number of lines to display on the
  49.                       screen prior to halting.  The default screen-size
  50.                       is 24 lines.
  51.      
  52.      /ns              non stop listing of directory.  Do not pause at
  53.                       the bottom of the screen.  This is useful when
  54.                       redirecting output from FE.EXE to your printer. 
  55.                       An example of this is:  fe /ns > prn.
  56.  
  57.                       Note that "/s0" and "/ns" perform the same
  58.                       function.
  59.  
  60.      /?               list an abbreviated description of the command
  61.                       syntax.
  62.  
  63.  
  64. SAMPLE COMMANDS:
  65.  
  66.      fe               list the environment pausing at the bottom of
  67.                       the screen.
  68.      
  69.      fe /ns           list the environment and do not pause at the
  70.                       bottom of the screen.
  71.  
  72.      fe /?            list command syntax.
  73.      
  74.      fe /s1           list the environment one line at a time.
  75.  
  76.  
  77. INSTALLATION:
  78.  
  79. To install FE.EXE on your machine, you only need to copy FE.EXE to a
  80. subdirectory that exists on your system path.
  81.  
  82. As an example, on our systems this directory is at D:\DOS\TLA.  To
  83. install FE.EXE, if FE.EXE is in the current directory, we would
  84. enter:
  85.  
  86.      copy fe.exe d:\dos\tla 
  87.  
  88.  
  89. ERROR MESSAGES:
  90.  
  91. FE.EXE issues the following error messages:
  92.  
  93.      Error: Incorrect number of parameters specified.
  94.  
  95.                       Too many parameters were specified.
  96.                       Example:  fe /? /ns
  97.      
  98.      Error: Parameter "xxxxxxxx" is invalid.
  99.      
  100.                       The parameter is incorrect.
  101.                       Example:  fe /z  
  102.  
  103.  
  104. SHAREWARE:
  105.       
  106. This software is provided as shareware for your evaluation, use, and
  107. financial contribution.  This software has not been placed in the
  108. public domain.
  109.  
  110. If you use this software, and live outside Massachusetts, please send
  111. a payment of $7.00 to:
  112.  
  113.      Thom Little Associates
  114.      Product Support
  115.      P.O. Box 1901
  116.      Boston, MA  02205-1901
  117.  
  118.      Voice ......... 617.227.4644
  119.      Compuserve .... 70724,71 (Thom Little)
  120.      Channel One ... Thom Little
  121.  
  122. (If you reside in Massachusetts please include Massachusetts state
  123. tax of $.35 for a total of $7.35.)
  124.  
  125. Copyright 1991-1992 ∙Thom∙Little∙Associates∙ all rights reserved.
  126.  
  127.  
  128. DISCLAIMER:
  129.  
  130. ∙Thom∙Little∙Associates∙ disclaims all warranties as to this software,
  131. whether express or implied, including without limitation any implied
  132. warranties of merchantability, fitness for a particular purpose,
  133. functionality or data integrity or protection.
  134.  
  135.  
  136. HISTORY:
  137.  
  138. 01-04-92  Version 3.00 first shareware release to public.
  139.