home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / eda351.zip / READ!.ME! < prev    next >
Text File  |  1996-11-06  |  8KB  |  206 lines

  1.  
  2.                     ╔═══════════════════════════════╗
  3.                     ║  Unregistered version of EDA  ║
  4.                     ╚═══════════════════════════════╝
  5.  
  6. ==============================================================================
  7.  
  8.   EDA is editor intended for large ASCII files with several functions, which
  9.   are not commonly available in other editors. These functions are:
  10.  
  11.     ■ block-based editing
  12.     ■ block-based calculations with columns or rows of numbers (similar to
  13.       spreadsheet calculations)
  14.     ■ rows <-> columns transformations
  15.     ■ operations with matrixes of numbers
  16.     ■ statistical functions for columns (rows) of numbers
  17.     ■ sorting inside of the block
  18.     ■ information searching using logical terms
  19.     ■ repeating ("infinite") macros
  20.     ■ fast number/text filling into predefined positions
  21.     ■ fast number columns (number rows) entering
  22.     ■ transferring frequently used words from cache buffer into typed text
  23.     ■ export ASCII format into DBF format
  24.     ■ information linking from another files
  25.     ■ manual-style on-line detailed help with examples
  26.  
  27.   EDA can in many cases rapidly speed up data entering and text typing.  EDA
  28.   was tested  for several years  by tens of people  and  it's functions were
  29.   modified according to their suggestions.
  30.  
  31.   EDA  is written  in  BORLAND  Pascal.  Version compiled  for  DOS real mode
  32.   (EDAR.EXE) can handle files up to 500KB. If, for example, your computer has
  33.   8MB  RAM,  DOS protected version of  EDA  (EDAP.EXE) can handle files up to
  34.   7MB.
  35.  
  36.   Version for OS/2  (EDAOS2.EXE) is compiled by Virtual Pascal (fPRINT UK Li-
  37.   mited).  Due to swapping capability of operating system OS/2,  maximal file
  38.   size is limited only by free disk space.
  39.  
  40.   IMPORTANT NOTICE:
  41.   In this unregistered version,  maximal number of row,  which can be handled
  42.   by EDA is limited to 1024 and maximal number of characters per row is limi-
  43.   ted to 512.  In the registered  version,  these limitations  are 32000 rows
  44.   and 24000 characters per row.
  45.  
  46.   If you want to see some of EDA's features,  run DEMO.BAT at DOS  (or at DOS
  47.   full screen under OS/2).
  48.  
  49. ==============================================================================
  50.  
  51.   Hardware requirements
  52.   ^^^^^^^^^^^^^^^^^^^^^^
  53. A. For DOS protected mode version
  54.  
  55.   ■ IBM PC compatible computer
  56.   ■ processor 386, 486 or Pentium
  57.   ■ 4MB or more RAM
  58.   ■ DOS version 5.0 or higher
  59.   ■ VGA graphics card
  60.  
  61. B. For DOS real mode version
  62.  
  63.   ■ IBM PC compatible computer
  64.   ■ processor 286, 386, 486 or Pentium
  65.   ■ DOS version 3.3 or higher
  66.   ■ VGA graphics card
  67.  
  68. C. For OS/2 operating system
  69.  
  70.   ■ IBM PC compatible computer
  71.   ■ processor 386, 486 or Pentium
  72.   ■ 4MB or more RAM
  73.   ■ OS/2 2.x operating system or higher
  74.   ■ VGA graphics card
  75.  
  76. ==============================================================================
  77.  
  78.  Contents of the distribution package
  79.  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  80.  
  81.     File         Size     Description
  82.  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  83.  READ!   .ME!     8198     this file
  84.  AFV     .EXE    20104     routine for viewing large files (DOS)
  85.  AFV2    .EXE    23640     routine for viewing large files (OS/2)
  86.  CACHE   .EDA      174     example of file with frequently used words
  87.  CS      .EXE     5696     routine for VGA configuration (DOS)
  88.  CS2     .EXE    18242     routine for VGA configuration (OS/2)
  89.  DBFASC  .EXE     4912     routine for file conversion (DBF->ASCII - DOS)
  90.  DBFASC2 .EXE     7461     routine for file conversion (DBF->ASCII - OS/2)
  91.  DEM     .EXE    53875     demonstration program (DOS)
  92.  DEMO    .BAT       25     demonstration batch file (DOS)
  93.  DEMO    .EDA    17638     ASCII file for demonstration (DOS)
  94.  EDA     .BAT       23     batch file for running EDA (DOS)
  95.  EDA2    .CMD       26     batch file for running EDA (OS/2)
  96.  EDA     .HLP    41328     help file used by EDA
  97.  EDA2    .HLP    45264     help file used by EDAOS2 (OS/2)
  98.  EDAR    .EXE    63806     version of EDA for DOS real mode
  99.  EDAOS2  .EXE    68140     version of EDA for OS/2
  100.  FI      .COM      547     routine for finding maximal row length in ASCII file (DOS)
  101.  FI2     .EXE     8720     routine for finding maximal row length in ASCII file (OS/2)
  102.  KEY     .NAM     1342     names of keys (used in macro editor)
  103.  M1      .MAC      435     demonstration macro
  104.  M2      .MAC     1848     demonstration macro
  105.  M3      .MAC      269     demonstration macro
  106.  M4      .MAC      616     demonstration macro
  107.  MENU    .EDA     4050     file for main menu construction
  108.  MACRO   .EXE     4822     program for linking macros (DOS)
  109.  MACRO2  .EXE     8720     program for linking macros (OS/2)
  110.  ORDER   .FRM     4573     order form
  111.  WHATS   .NEW      438     new features of the version 3.51
  112.  
  113. ==============================================================================
  114.  
  115.  
  116.  Installation
  117.  ^^^^^^^^^^^^
  118.  To install EDA, follow these steps:
  119.  
  120.    ■ create convenient directory (for example C:\EDA)
  121.    ■ copy archive file (EDA350.ZIP) to this directory
  122.    ■ unpack archive file
  123.    ■ modify PATH statement in AUTOEXEC.BAT (in CONFIG.SYS for OS/2),
  124.      for example  PATH ...;C:\EDA;...
  125.    ■ restart your computer
  126.  
  127.  After this installation, EDA can be run from anywhere. Just type:
  128.  
  129.  EDA <Enter>
  130.  
  131.  at DOS prompt. To obtain detailed help, press F1 key.
  132.  
  133. ==============================================================================
  134.  
  135.  
  136.  Registration Information
  137.  ^^^^^^^^^^^^^^^^^^^^^^^^
  138.  EDA is distributed by method known as a shareware. It allows you to determi-
  139.  ne whether EDA meets your needs before you pay for it.
  140.  
  141.  Upon registration you will receive a disk with the latest version of EDA in-
  142.  cluding versions for DOS protected mode and OS/2, which can handle large fi-
  143.  les.
  144.  
  145. ==============================================================================
  146.  
  147.  
  148.   EDA License Agreement
  149.   ^^^^^^^^^^^^^^^^^^^^^
  150.  1.
  151.   You are granted a license to use your copy of  EDA only under the terms and
  152.   conditions specified in this license agreement.
  153.  
  154.  2.
  155.   EDA is  a shareware software package.  It is not free, and it is not in the
  156.   public domain. If you find EDA to be convenient for your usage, pay a regi-
  157.   stration fee.  You will obtain  registered versions for DOS real mode,  DOS
  158.   protected mode and OS/2.
  159.  
  160.  3.
  161.   You may copy  EDA for backup purposes, and you may give copies of the unre-
  162.   gistered version  to other individuals, which they  may also  use  and copy
  163.   under the terms of this agreement.  If you copy the unregistered version of
  164.   EDA for others, you must include all of the files distributed with it.
  165.  
  166.  4.
  167.   You may NOT give, sell, or otherwise transfer copies of the registered ver-
  168.   sion of EDA to any other person for any reason.
  169.  
  170.  5.
  171.   Each registered copy may be used by one person on multiple computers or in-
  172.   stalled on one computer used by a group of people.
  173.  
  174.  6.
  175.   You are assumed to be fully responsible for the selection and use of EDA to
  176.   achieve your intended results;  in no event shall author be responsible for
  177.   any damages in connection with usage of EDA.
  178.  
  179.  7.
  180.   If you  do not agree with these terms and conditions, you  do not have per-
  181.   mission from the author to use  EDA and you must remove it from your compu-
  182.   ter.
  183.  
  184. =============================================================================
  185.  
  186.   To purchase a registered copy of  EDA, fill enclosed form (file: ORDER.FRM)
  187.   and send it along with payment to the address:
  188.  
  189.   Miroslav Dressler
  190.   Jiraskova 138
  191.   67902  Rajec Jestrebi
  192.   Czech Republic
  193.  
  194. =============================================================================
  195.  
  196.   I will be grateful for any bugs report. Please, send message about bugs or
  197.   your suggestions for extending of EDA's functions to e-mail address:
  198.  
  199.   geogas@gggn.anet.cz
  200.  
  201. =============================================================================
  202.  
  203.                                -----------
  204.                             -- end of file --
  205.                                -----------
  206.