home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / MATCHIT6.ZIP / QUICKRUN.DOC < prev    next >
Text File  |  1994-02-19  |  2KB  |  53 lines

  1. To get Matchit running quickly and easily, just do the following:
  2.  
  3. Matchit is a Soundex based Genealogy door to allow users to enter up to 10
  4. ancestor names (with location and time frame) to be added to a database all
  5. users of the door can access to look for common ancestors you are searching
  6. for.
  7.  
  8. Add a menu entry to your BBS to create DORINFO#.DEF (where # is the node
  9. number) and call a batch file of whatever you want to name it.  With RA
  10. call it as a Type 7 door.
  11.  
  12. Commandline parameters:
  13.  
  14. Matchit can use 2 commandline parameters or none at all.
  15.  
  16. If none are used then Matchit assumes Node 1 and DORINFO1.DEF in the
  17. same directory as Matchit.Exe.
  18.  
  19. Example for this case is as follows:
  20.  
  21. @Echo off
  22. copy DORINFO1.DEF \doors\matchit
  23. cd\doors\Matchit
  24. Matchit
  25. cd\bbs
  26. exit
  27.  
  28. This example copies DORINFO1.DEF to the Matchit directory, runs the program
  29. then exits the batch file back to the BBS.
  30.  
  31. If you use the commandline parameters they are as follows:
  32.  
  33. Matchit <path to dorinfo#.def> <node number of Dorinfo file>
  34.  
  35. A sample batch file for T.A.G. BBS is below:
  36.  
  37. @echo off
  38. c:
  39. cd\tag1\match
  40. matchit c:\tag1 1
  41. cd\tag1
  42. exit
  43.  
  44. If you have any questions or suggestions netmail Mark or Debbi McKay at
  45. FIdonet 1:275/138, 139 or 140.
  46.  
  47. I am currently writing a program to import other peoples Matchit datafile
  48. (with duplicate checking) so many BBS's can distribute their file and provide
  49. a greater service to their Genealogy users.  I'm also working on a viable
  50. way of distributing the file.  Most likely I will ask people to send their
  51. datafile on a monthly basis and I will maintain a master file which I can
  52. distribute via GSDS. 
  53.