home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / OTHER / SMWINV23.ZIP / OLB2SM.DOC < prev    next >
Text File  |  1993-07-16  |  4KB  |  95 lines

  1.     ╔═════════════════════════════════════════════════╗
  2.     ║            SeedMaster OLB2SM.DOC                ║
  3.     ║ Copyright (c) 1993 White Harvest Software, Inc. ║
  4.     ╚═════════════════════════════════════════════════╝
  5.  
  6. GENERAL
  7. ~~~~~~~
  8. OLB2SM.EXE converts many Online Bible (OLB) text files into a format 
  9. compatible with the SeedMaster/DOS V2.3 program. 
  10.  
  11. Instead of spreading text files across mutliple directories, OLB2SM
  12. concatenates the text, (stripping some extraneous hard returns and spacing 
  13. to display more info on the screen at one time) and builds two files:  
  14.   1) a Text file (ends in .DAT or .SMC)  2) a Index file (.NDX).
  15.  
  16. The result is more efficient disk space usage, faster text access and
  17. the ability to search textual records relatively quickly (SM/DOS V2.3 
  18. lets you search the TSK, Lex, etc., for words or numbers and "page" thru 
  19. the hits). 
  20.  
  21. OLB2SM is written to support the Online Bible V6 file and directory
  22. structure (both types). It may run on previous versions, but was not 
  23. tested for that.
  24.  
  25. We do not have an export facility at this time. We may add it later.
  26.  
  27. OLB2SM (and SM V2.3) supports a maximum of 30,000 characters in a record.
  28. If a larger record is encountered, it is truncated.
  29.  
  30. WARNING!!!!!!!!
  31. ~~~~~~~~~~~~~~~
  32. OLB2SM is a utility program. We tested it and use it ourselves. We only 
  33. open OLB files in read-only mode, but there is no guarantee that the 
  34. program has not been corrupted in the Shareware process, and there-
  35. fore could perform unexpectedly. THEREFORE, YOU SHOULD BACK UP YOUR FILES 
  36. ON YOUR HARD DISK BEFORE RUNNING OLB2SM. White Harvest Software, Inc., 
  37. hereby disclaims all warranties on OLB2SM and any responsibility for 
  38. any damages which may arise from its use or miss-use.
  39.  
  40. SUPPORTED FILES
  41. ~~~~~~~~~~~~~~~
  42. SM V2.3 converts and supports:
  43.     OLB Directory(s)        SM V2.3 Files
  44.     ~~~~~~~~~~~~~~~~        ~~~~~~~~~~~~~~~~~~~~~~~~~~
  45.     HEBREW, GREEK            LEX.DAT, LEX.NDX
  46.     PNT                PNT.DAT, PNT.NDX
  47.     RWP                RWP.DAT, RWP.NDX
  48.     SCOFIELD            SCOFIELD.DAT, SCOFIELD.NDX
  49.     TSK                TSK.DAT, TSK.NDX
  50.     TOPICS                TOPICS.DAT, TOPICS.NDX
  51.  
  52. If you have files you would like to use (in 2GREEK, 2HEBREW, or "verse 
  53. by verse" materials like TSK, PNT, etc.) and you don't mind the trouble 
  54. of copying/renaming directories to one of the supported types and then
  55. running OLB2SM, it will probably work. You will have to put up with the 
  56. wrong Window title in SM V2.3, but otherwise, it will likely work.
  57.  
  58. SYNTAX
  59. ~~~~~~
  60. Simply type: OLB2SM <Enter>
  61. and OLB2SM will provide the command syntax:
  62.     OLB2SM [olb path] [dest path] [file type] [Demo]
  63. Where:
  64.     [olb path] =  Basic path for Online Bible files. Example: C:\BIBLE
  65.     [sm path] =   Path for SeedMaster files to be created. Example: C:\SM
  66.     [file type] = A number representing the type of file to convert.
  67.             1 = Standard Heb/Grk Lexicon
  68.             2 = Secondary Lexicon (not used at this time)
  69.             3 = Treasury SK
  70.             4 = Notes (Commentary)
  71.             5 = Peoples NT
  72.             6 = Standard Topics 
  73.             7 = Secondary Topics (not used at this time)
  74.             8 = Scofield Notes
  75.             9 = Word Pictures NT
  76.     [Demo] = Limit files for demonstration purposes (See Below)
  77. Example for Full Standard Heb/Grk Lexicon: 
  78.     OLB2SM C:\BIBLE C:\SM 1  <Enter>
  79.  
  80. DEMO OPTION
  81. ~~~~~~~~~~~
  82. When the [Demo] option is used, OLB2SM will covernt a limited number
  83. of file records to let a Online Bible user test the SeedMaster program
  84. without devoting the disk space required for the full files. If used,
  85. the following limitations are in effect:
  86.     TOPICS:  Only the first 1000 topics are converted.
  87.     WORD P.: Only Matt through Luke.
  88.     SCOFIELD, TREASURY, PEOPLE'S, & NOTES: only Gospel of John.
  89.     
  90. Example for a Demo Standard Heb/Grk Lexicon: 
  91.     OLB2SM C:\BIBLE C:\SM 1 D  <Enter>
  92.  
  93.     
  94. Revised 7/15/93
  95.