home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / sedit281.zip / readme.dos < prev    next >
Text File  |  1995-02-06  |  1KB  |  17 lines

  1. The DOS versions of the sedit editor are e32 and e16. e32 has been compiled  
  2. with a DOS extender and has built in virtual memory capability which should
  3. allow it to edit files larger than physical memory. e16 is an ordinary DOS 
  4. version and is thus limited to using conventional memory. Both of these do
  5. not run in graphics mode and hence do not have menus and scroll bars as are 
  6. found in the OS/2 version. The keystroke commands are, however, equivalent. 
  7. There is also no mouse support in these versions. Both of these require that
  8. an environment variable be set in the autoexec so that the editor can find
  9. the associated .cfg, .hlp and .map files. This should be of the form:
  10. EDITORPATH=c:\sedit\  or whatever is appropriate for your directory structure.
  11. The above is correct for the editor installed in a sub-directory of the c:
  12. drive called sedit. Note that the trailing '\' is required. Configuration
  13. changes to DOS editors are achieved by editing the editor.cfg file and reloading
  14. it by typing "cfg" on the command line. Thus "cfg" will need to be typed twice.
  15. Once to load the current configuration so that changes can be made and saved and
  16. then again in order to reload the configuration and activate the changes.
  17.