home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / GEDFX.ZIP / README < prev    next >
Text File  |  1992-08-20  |  2KB  |  42 lines

  1.  
  2. August 20, 1992
  3.  
  4. Here is a copy of the GED-Fix program that I created for people who shouldn't
  5. be editing their corrupted GEDCOM files.  The response to GED-Fix has been
  6. great.  GED-Fix makes four passes (I know, that's a lot) over the GEDCOM
  7. file, deleting syntax errors (garbage), grammar errors, and finding hanging
  8. pointers.  If an individual is pointing to a FAM record and the FAM record
  9. does not point back, it will point back when GED-Fix is done.  If an
  10. individual points to a FAM record and the FAM record is not there, GED-Fix
  11. will create a new FAM record.
  12.  
  13. I got my experience to write this program while I was working as a contractor
  14. for the Family History Center at the LDS Church, where the GEDCOM file format
  15. was developed.  My job was to write software that would test the integrity of
  16. GEDCOM files.  I later developed GED-Fix to actually FIX bad GEDCOM files.
  17.  
  18. To learn more about GED-Fix, run GED-Fix (see instructions below to learn how
  19. to run GED-Fix) and press the F1 key on your keyboard.
  20.  
  21. No installation is required, GED-Fix is ready to go.  Please make sure
  22. GED-Fix has enough disk space to do its magic.
  23.  
  24. Please read warrant.txt for WARRANTY information before starting GED-Fix.
  25.  
  26.  
  27. TO RUN
  28. ------
  29.  
  30. At the DOS command prompt, type:
  31.  
  32.    gedfx myfile.ged
  33.  
  34. Or type
  35.  
  36.    gedfx
  37.  
  38. This version of GED-Fix will work with GEDCOM files that are less than
  39. 6500 bytes long.   This will allow you to evaluate the test.ged file that
  40. came with this program.  Use the file, "order.doc" to order a copy of
  41. GED-Fix that will verify and repair larger GEDCOM files.
  42.