home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / LENA.ZIP / LE_APX_C.TXT < prev    next >
Text File  |  1994-01-31  |  5KB  |  132 lines

  1. .
  2.  
  3.  
  4.      APPENDIX C - LENA CONFIGURATION
  5.      ===============================
  6.  
  7.      If your copy of the LENA Program Set was obtained through a BBS,
  8.      please do a virus check if your BBS does not have an automatic virus
  9.      scan.  For safekeeping, make a copy of the Program Set on a floppy. 
  10.  
  11.      Note:  Mailed LENA Program Sets are free of any known viruses.
  12.  
  13.      You must run LENACFG.EXE first.  LENACFG creates the necessary
  14.      LENA.CFG file required by either LENAS or LENAN; neither will run
  15.      without it.  LENACFG only creates the LENA.CFG file, reads but does
  16.      not alter any existing computer data.
  17.      
  18.      The LENA Program Set you receive should _not_ have LENA.CFG in it.  If
  19.      one exists, the program set may be corrupt.  
  20.  
  21.      LENA screen displays are in color and that color requires ANSI.SYS to
  22.      be in your DOS and stated in your CONFIG.SYS file as:
  23.  
  24.         DEVICE=C:\DOS\ANSI.SYS
  25.                ~~~~~\
  26.                     (path may be different in your system)
  27.  
  28.      If that statement is not in your CONFIG.SYS file, add it using any
  29.      ASCII character text editor.  [EDIT with MS-DOS 5.0 or later, EDLIN
  30.      with 3.3]
  31.  
  32.      Run LENACFG and answer the questions.  If you are in doubt whether or
  33.      not your computer system has a numeric coprocessor, LENACFG will
  34.      prompt you to run CPUID.  CPUID is a small, public-domain file written
  35.      by Intel Corporation to identify the CPU and numeric coprocessor (if
  36.      any).
  37.  
  38.      LENA makes extensive use of the computer calender-clock to
  39.      'time-stamp' all outputs.  Such time-stamping can be invaluable in
  40.      later review of LENA analysis-solutions.  If your computer's calendar-
  41.      clock isn't working, the programs will run anyway, but you will have
  42.      to write little memos to yourself to tell you when a particular
  43.      solution was made.
  44.  
  45.      LENACFG will create the .CFG file and exit, prompting you to rename
  46.      either LENAS.EXE or LENAN.EXE to 'LENA.EXE.'  LENAS.EXE is the
  47.      'Standard' version of LENA, compiled with software numeric routines;
  48.      LENAN.EXE is the 'Numeric' version, compiled with inline calls to an
  49.      80x87 numeric coprocessor.  LENAS runs on any computer having an 80x86
  50.      CPU but LENAN will "hang" on a computer not equipped with a numeric
  51.      coprocessor.  Keep LENA.EXE and LENA.CFG in the _same_ directory; LENA
  52.      will refuse to run if LENA.CFG is in a different directory.
  53.  
  54.      If you would like to keep the LENAMAIN.HLP and LENACKT.HLP files for
  55.      on-line reference, please copy them to the same directory as LENA.EXE
  56.      and LENA.CFG.  Data files may be kept in another drive:\directory as
  57.      desired.
  58.  
  59.      
  60.  
  61.                            LENA Appendix C - Page 1 of 2
  62.  
  63.  
  64.  
  65.  
  66. .
  67.  
  68.  
  69.      File sizes and minimum contiguous free RAM is as follows:
  70.  
  71.                                   File Size, bytes  Free RAM Size, bytes 
  72.      Standard CPU, no coprocessor    97,346 (95K)    142,655 (139K)
  73.      Numeric coprocessor             89,332 (87K)    135,775 (133K)
  74.  
  75.  
  76.      HARDCOPY
  77.  
  78.      All hardcopy outputs expect a standard printer capability of '10
  79.      Pitch' character spacing (ten characters per inch horizontal) and 6
  80.      lines per inch vertical spacing.  ASCII character set only.  Form-
  81.      feeds are not output in LENA or in any text file in the LENA Program
  82.      Set.
  83.  
  84.      VIDEO DISPLAY
  85.  
  86.      Any standard display device will work with the LENA Program Set, color
  87.      or monochrome, CRT or LCD, no difference on Video Cards.  CONFIG.SYS
  88.      file in root directory should have a Device statement for ANSI.SYS to
  89.      see color.
  90.  
  91.      MOUSE
  92.  
  93.      There is no Mouse control in the LENA Program Set.  All commands and
  94.      data are direct alphanumeric entries.
  95.  
  96.      BAT FILES FOR CONVENIENCE
  97.  
  98.      If you plan on using LENA often, it is convenient to make a .BAT file
  99.      for the Root Directory having just two lines:
  100.  
  101.           CD <driveletter>:\<directory(s)>
  102.           LENA
  103.  
  104.      If you have more than one physical or logical drive, a .BAT file in
  105.      the root can access LENA directly by a three-line .BAT:
  106.  
  107.           <driveletter>:
  108.           CD <directory>
  109.           LENA
  110.  
  111.      Any ASCII text editor can create a .BAT file.
  112.  
  113.      With either in the root directory, you can run them from any other 
  114.      directory.  The batch file itself can be named LENA.BAT or whatever is
  115.      convenient for you. 
  116.  
  117.      Note:  A "Root Directory" is that specified by an AUTOEXEC.BAT 'SET
  118.      PATH' statement.  If your AUTOEXEC batch file has a statement of:
  119.  
  120.         SET PATH=<otherdrives:\directories>;C:\
  121.                                             ---
  122.      the 'C:\' (underlined, note back-slant) indicates it is the Root.
  123.  
  124.  
  125.  
  126.                            LENA Appendix C - Page 2 of 2
  127.  
  128.  
  129.  
  130. .1/31/94
  131.  
  132.