home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / APOG / EDIT.ZIP / EDITDOC1.PRN < prev    next >
Encoding:
Text File  |  1985-03-01  |  6.6 KB  |  172 lines

  1.         Introduction                                                      1-1
  2.  
  3.  
  4.         1.  INTRODUCTION
  5.         1.  INTRODUCTION
  6.         
  7.         This document describes EDIT, a simple  screen-oriented  text  editor
  8.         and word processor.
  9.         
  10.         
  11.         1.1.  Features
  12.         1.1.  Features
  13.  
  14.         EDIT includes the following major features:
  15.         
  16.         -   A "modeless" editing style, where commands are given via function
  17.             keys, and each command always means the same thing.
  18.             
  19.         -   Support for both insert and overtype (replace) forms of editing.
  20.             
  21.         -   Extensive,  easy  to  use  cursor  movement  commands,  including
  22.             movements  by character, word, line, sentence, paragraph, screen,
  23.             or movements to arbitary positions in a file.
  24.             
  25.         -   A wide range of single keystroke deletion commands.
  26.             
  27.         -   A set of  simple  commands  for  working  with  blocks  of  text,
  28.             allowing  block  deletions,  block insertions, moving blocks, and
  29.             saving or retrieving blocks from files.
  30.             
  31.         -   Easy-to-use search and replace commands, including the ability to
  32.             view and optionally replace each instance of a specified string.
  33.             
  34.         -   A wide range of file access commands.
  35.             
  36.         -   The  ability  to  set  a  variety  of text formatting parameters,
  37.             including  tabs,  margins,  page  size,  headers,  footers,  page
  38.             numbering, spacing, and right justification.
  39.             
  40.         -   Control over the color of the text display and prompt areas.
  41.             
  42.         -   The ability to save and retrieve the values of settings affecting
  43.             text formatting, printing, and editing.
  44.             
  45.         -   The ability set up a default configuration file, or to specify an
  46.             arbitrary configuration file when EDIT is started.
  47.             
  48.         -   A method for associating settings for margins, page length, tabs,
  49.             and such, with a particular file or group of files.
  50.             
  51.         -   On-screen text formatting,  including  right-justification  of  a
  52.             single  line,  centering,  creating  bold or underlined text, and
  53.             automatic paragraph reformatting.
  54.             
  55.  
  56.  
  57.  
  58.  
  59.                                   EDIT Users Manual                          
  60.         Introduction                                                      1-2
  61.  
  62.  
  63.         -   Optional right-justification of printed text.
  64.             
  65.         -   The ability to print either to a file, or directly to a printer.
  66.  
  67.         -   The ability to execute any DOS command directly, without  leaving
  68.             EDIT (only supported on DOS versions 2.0 and later).
  69.  
  70.         -   An  easy  method for defining a macro, a "programmed" sequence of
  71.             commands.
  72.             
  73.             
  74.         1.2.  Execution Environment
  75.         1.2.  Execution Environment
  76.             
  77.         The following environment is required to run EDIT:
  78.                                     
  79.             System:             IBM-PC compatible system.  The  XT,  At,  and
  80.                                 COMPAQ  are  all  okay.   The PCjr works with
  81.                                 some  restrictions,  due  to  its   different
  82.                                 keyboard.
  83.                                                     
  84.             Monitor:            80 column graphics or monochrome monitor.
  85.                                                     
  86.             Memory:             At  least  64K bytes.  96K is prefered.  EDIT
  87.                                 will use up to 128K if available.
  88.                                                     
  89.             Operating System:   DOS.  1.0, 1.1, 2.0, 2.1, and 3.0 all work.
  90.  
  91.             Printer:            IBM matrix printer or compatible (any printer
  92.                                 that  supports the ASCII printable characters
  93.                                 plus CR, LF, and FF).
  94.                                                     
  95.  
  96.         1.3  Installation
  97.         1.3  Installation
  98.             
  99.         The EDIT distribution diskette contains the following files:
  100.             
  101.             EDIT.EXE  (the EDIT program itself)
  102.             EDIT.HLP  (the text used by EDIT's Help command)
  103.             
  104.         To install EDIT, the user should copy both of these  files  onto  the
  105.         diskette  or  hard  disk  that will be used as the default drive when
  106.         EDIT  is  executed.    Generally,  the  current  "default  drive"  is
  107.         indicated by the DOS prompt.  If the DOS prompt is
  108.             
  109.             A>
  110.             
  111.         then the current default drive is drive A.
  112.             
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                   EDIT Users Manual                          
  119.         Introduction                                                      1-3
  120.  
  121.  
  122.         To  install  EDIT  on  a  computer with two diskette drives, the user
  123.         would place a DOS diskette in drive A, place  the  EDIT  diskette  in
  124.         drive B, and type the following command:
  125.             
  126.             copy b:edit.* a:
  127.             
  128.         After  copying  these  two  files  onto the diskette in drive A, that
  129.         diskette contains everything neccessary to run EDIT.   The  new  EDIT
  130.         diskette  should  be  used  to  run EDIT.  The original EDIT diskette
  131.         should be kept in a safe place in  case  the  new  EDIT  diskette  is
  132.         ruined.
  133.             
  134.         To  run  edit, the user should assure that an EDIT diskette is in the
  135.         current default drive, and then type
  136.             
  137.             edit filename
  138.             
  139.         where "filename" is the name of the file to create or edit.   Section
  140.         2.2 describes how to run EDIT in greater detail.
  141.             
  142.         The  procedure  to  install EDIT on a hard disk is very similar.  The
  143.         user should copy both files from the EDIT distribution diskette  onto
  144.         the hard disk.  They should be copied into the directory that will be
  145.         used as the default directory when EDIT is executed.
  146.             
  147.             
  148.         For instructions on how to create a DOS diskette, and a more complete
  149.         explanation  of the "default drive" and "default directory", the user
  150.         should consult the DOS section of the Guide To Operations manual,  or
  151.         the Disk Operating System User's Guide.
  152.  
  153.         
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.                                   EDIT Users Manual                          
  177.