home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / editenv2.zip / EDITENV.DOC next >
Text File  |  1991-12-31  |  4KB  |  109 lines

  1.                EDITENV VERSION 1.04 USER MANUAL
  2.  
  3.           Copyright(c) 1990 by DME Systems Specialties
  4.                          P.O. BOX 2896               
  5.                    LAGUNA HILLS, CA 92654-2896
  6.                         (714) 643-9767
  7.  
  8. * Note *  Register users will be sent a new version without the initial
  9.           copyright screen.
  10.  
  11. Editenv is a simple text editor with the special ability to read
  12. and edit your environment.  DOS has a limit of 127 characters on a
  13. command line but will support environment variables up to 1024
  14. characters long.  With Editenv you can set up a long PATH or any
  15. other environment variable to this maximum length.
  16.  
  17. Editenv also has the ability to read in a data file and load it
  18. into your environment.  In this way, you can save off your
  19. favorite settings and load the back with one command in your
  20. autoexec.bat file. You no longer will have to have 10 or 20 SET
  21. commands to process.
  22.  
  23. There are 9 function keys available in Editenv.  They are described
  24. as follows:
  25.  
  26. <F1> -    This key will bring up a help screen.
  27.  
  28. <F2> -    Pressing this key will "Pick up" the current line and
  29.           allow you to move it with the up and down arrow keys.
  30.           Pressing the enter key will release the line where it
  31.           currently is.
  32.  
  33. <F3> -    This key will delete the currently highlighted line.
  34.  
  35. <F4> -    This key will insert a blank line at the current
  36.           location.
  37.  
  38. <F5> -    Pressing this key will sort the edit buffer
  39.           alphabetically.
  40.  
  41. <F6> -    This key will allow you to load a small file, 64k max,
  42.           into the edit buffer in place of the environment.  You
  43.           may then  edit the file and save it.  This is very useful
  44.           for editing your autoexec.bat and config.sys files.
  45.  
  46. <F7> -    This key will save a file you have loaded with the F6
  47.           key.                             
  48.  
  49. <F8> -    Pressing this key will reload the environment from DOS's
  50.           memory.  This is useful if you have made a lot of changes
  51.           and decide to start over, or to reload the environment
  52.           after editing a file.
  53.  
  54. <Esc>-    This is the exit key. You will be asked if you wish to
  55.           save the environment/file that you are currently editing.
  56.  
  57.  
  58. There is a status line on the top of the screen showing the maximum
  59. buffer size, the current size of the contents and the space
  60. available in the buffer.
  61.  
  62. There are 3 command line switch for Editenv. The first is /F=.
  63.  
  64. This switch should be followed by a full drive path to a data file
  65. you wish to load into the environment.  A sample would be 
  66.  
  67.                     'EDITENV /F=PATH.DAT'
  68.  
  69. where PATH.DAT resides in the current directory.  The entire
  70. contents of the data file are loaded into the environment.  DO NOT
  71. PLACE THE WORD 'SET' ON THESE LINES. They should appear in the file
  72. in the same format as DOS shows them to you when you execute a SET
  73. command from DOS.
  74.  
  75. The second command line switch is /L.
  76.  
  77. This switch will allow EDITENV to edit the LOCAL environment of the
  78. current dos shell you are running.  This is very usefull for making
  79. changes to different DesqView windows environments or to make some
  80. temporary changes when you have shelled out of any other program.
  81.  
  82. The third command line switch is /NOTR
  83.  
  84. This switch will allow trailing spaces in your environment variables.
  85. This main reason for this feature is to allow the DOS prompt to end
  86. in a space.  This allows a prompt to appear as:
  87.  
  88.         D:\SUBDIR _
  89.  
  90.                         HELPFUL HINTS
  91.                         -------------
  92.  
  93. HINT 1: Try entering the following command:
  94.  
  95.     SET > filename.dat           <---- any new file name
  96.  
  97.       This will create a file with your current environment in it
  98. and allow you to edit and load it as needed.
  99.  
  100. HINT 2:
  101.  
  102. Editenv uses your current colors and the inverse of those colors.
  103. This may produce some unreadable inverse colors. I.E. If you have your
  104. normal colors set to bright yellow on blue, the inverse used is black on 
  105. normal yellow (brown for some). Future version may have a color install
  106. program.
  107.  
  108.  
  109.