home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / genealog / igi25545.zip / READ1ST.TXT < prev    next >
Text File  |  1995-04-25  |  8KB  |  171 lines

  1.  
  2. *-------------------------------------------------------------------------*
  3.                           IGI255 Version 4.5
  4. *-------------------------------------------------------------------------*
  5.  
  6. Apparently a "1994" version (3.03) of the IGI has been released by the
  7. Church.  Unfortunately, due to a minor change in the format of the text
  8. output, IGI255 Version 4.4 will not properly process the text files.
  9. There have been no reports of problems with Gedcom downloads.  IGI255
  10. Version 4.5 will process all known versions of the IGI text downloads.
  11.  
  12. There have been multiple reports of the program "running out of memory"
  13. during processing.  To help combat this problem (and an apparent lack of
  14. interest), the FHC List module has been disconnected.
  15.  
  16.                   ==================================
  17.  
  18.    If you have sucessfully processed one or more relatively large text
  19.        files, please send a printed copy of your CONFIG.SYS file.
  20.  
  21.                   ==================================
  22.  
  23. These will be compiled and used as examples in the next documentation update.
  24.  
  25.                         Patrick Deatherage
  26.                           P. O. Box 202
  27.                     League City, TX  77574-0202
  28.                          (713) 332:3268
  29.  
  30.  
  31. *-------------------------------------------------------------------------*
  32.                         DOS won't load IGI255?
  33. *-------------------------------------------------------------------------*
  34.  
  35. Something along the line of "not enough memory"?  There is probably a line
  36. in your CONFIG.SYS file similiar to:
  37.  
  38.         DEVICE=C:\EMM386.EXE NOEMS /I:xxxxx
  39.  
  40. The word NOEMS is causing the problem and it must be removed...not to
  41. worry, all it costs you is a few bytes of memory.  Use your text editor or
  42. word processor to take out the NOEMS.  Remember that the CONFIG.SYS file is
  43. simply an ascii text fle so if you use a word processor, save it as a text
  44. file or "print to file".
  45.  
  46.      *---------------------------------------------------------------*
  47.  
  48.      The CONFIG.SYS file contains information the computer needs when
  49.      you turn it on, so if you feel uncomfortable changing it...call
  50.      me first. I should be able to easily walk you through it.
  51.  
  52.      *---------------------------------------------------------------*
  53.  
  54. If you decide to try to make your own changes, you may want to save a copy
  55. of the current CONFIG.SYS under a different name.  At the DOS prompt type:
  56.  
  57.         COPY C:\CONFIG.SYS  C:\CONFIG.BU
  58.  
  59. Load the CONFIG.SYS into your text editor and take out the NOEMS.  After
  60. saving the changes, "type" the file to screen to see if they were made
  61. properly.  First, at the DOS prompt, type CLS and press ENTER.  This should
  62. clear the screen. Then type the following:
  63.  
  64.         TYPE C:\CONFIG.SYS
  65.  
  66. and press ENTER.  Each line of the file should appear on the screen, each
  67. on a line by itself.  If you see any strange or "garbage" characters, or it
  68. looks like more than one line is on the same line, then something isn't
  69. right.  Either try again or COPY C:\CONFIG.BU  C:\CONFIG.SYS and call me.
  70.  
  71. If it looks ok, the machine must be re-started before the change will take
  72. effect.  Either press the CTRL, ALT and DEL at the same time, the RESET
  73. button, or turn the computer off, wait a minute and turn it back on.
  74.  
  75.  
  76. *-------------------------------------------------------------------------*
  77.                             INSTALLING IGI255
  78. *-------------------------------------------------------------------------*
  79.  
  80. IGI25545.ZIP was released containing the following files:
  81.  
  82.         READ1ST .TXT - this file, you're reading it.
  83.         IGI255  .EXE - executable file, Version 4.4
  84.         INSTALL .COM - install (from floppy to hard drive)
  85.         IGI25545.NFO - text file, program documentation
  86.         SAMPLE88.IGI - IGI sample text download, pre '93
  87.         SAMPLE93.IGI - IGI sample text download, '93
  88.         SAMPLIGI.GED - IGI sample .GED download
  89.         SAMPLSDI.GED - SSDI sample .GED download
  90.         SAMPLKMI.GED - MI sample, Korea, .GED download
  91.         SAMPLVMI.GED - MI sample, VietNam, .GED download
  92.  
  93. The INSTALL.COM program is designed to set up the proper directory & sub-
  94. directories for IGI255, and to copy the files to the appropriate places.
  95. It is a compiled form of a simple batch file and is designed to work with
  96. a floppy drive as the source and a hard drive as the target.  
  97.  
  98.    1)  If you received the files already unzipped to a floppy drive...
  99.        Place the floppy in drive A (or B) and at the DOS prompt, type:
  100.  
  101.            A:INSTALL A C
  102.                        +---- hard drive to install to
  103.                      +------ floppy drive to install from
  104.            +---------------- use B if floppy is B
  105.  
  106.    2)  If you received the files in zipped form, unzip them to floppy
  107.        and follow the instructions for 1).
  108.  
  109.    3)  If you received the files in zipped form and unzip them to a
  110.        hard drive directory, the install will function hard drive-to-
  111.        hard drive.  ALL of the above files listed must be placed in
  112.        the same directory.  At the DOS prompt, type:
  113.  
  114.            INSTALL C D
  115.                      +---- hard drive to install to
  116.                    +------ hard drive to install from
  117.  
  118.        The exception is if the install is begun in a directory by the
  119.        name of IGI255 and the hard drive to install from and the hard
  120.        drive to install to are the same (INSTALL C C).  Since the files
  121.        designated for the IGI255 directory are already there, you may get
  122.        a SHARE error or something similiar that generates the infamous
  123.  
  124.            A)bort - R)etry - I)gnore
  125.  
  126.        Answer A for A)bort.  DOS is simply telling you that you can't copy
  127.        a file to itself.  R)etry will get you no where, and I)gnore will
  128.        probably destroy the IGI255.EXE file.
  129.  
  130. Please note that the install routine does not delete the files from the
  131. source drive.  Therefore if they are unzipped to a hard drive directory
  132. other than IGI255 and installed, there will be two sets of files.
  133.  
  134.  
  135. *-------------------------------------------------------------------------*
  136.                       Previous users of IGI255...
  137. *-------------------------------------------------------------------------*
  138.  
  139. Yes you can simply copy the IGI255.EXE file over your old one...but...
  140. Version 4.4 allows for 3 separte paths for text/ged files and holds 3
  141. different screen/printer settings, so run the install check out the new
  142. directory setup...
  143.  
  144.            C:\IGI255      -   IGI255.EXE
  145.                           -   IGI25545.NFO
  146.                           -   READ1ST.TXT
  147.                           -   INSTALL.COM
  148.  
  149.            C:\IGI255\IGI  -   SAMPLE88.IGI
  150.                           -   SAMPLE93.IGI
  151.                           -   SAMPLIGI.GED
  152.  
  153.            C:\IGI255\SDI  -   SAMPLSDI.GED
  154.  
  155.            C:\IGI255\MI   -   SAMPLKMI.GED
  156.                           -   SAMPLVMI.GED
  157.  
  158.  
  159. *-------------------------------------------------------------------------*
  160.                            The Docs...
  161. *-------------------------------------------------------------------------*
  162.  
  163. The documentation file is a text file by the name of IGI25545.NFO which can
  164. be loaded into your word processor for viewing and printing.
  165.  
  166. This file has NOT be updated since version 3.5 but does includes reference
  167. notes for previous 4.x versions.  A maintenance release 4.6, to include
  168. updated docs, is planned.
  169.  
  170.  
  171.