home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / txtbk20.zip / TXTINDEX.DOC < prev    next >
Text File  |  1993-01-31  |  1KB  |  24 lines

  1.                              TXTIndex.DOC, ver. 1.0
  2.                               (c)1993, EFD Systems
  3.  
  4. TXTIndex is a simple (and somewhat crude) utility that helps an author compile a
  5. standard word/page type index for TXTBook "books".  This utility can be used
  6. interactively to index one word at a time or, by using DOS redirection, input
  7. and output can be re-directed to/from files for batch mode operation.
  8.  
  9. Interactive Mode
  10.  
  11. To use the utility interactively type:  TXTIndex bookname
  12. Bookname is the name of the "book" text file.  In this mode the user is prompted for one word at a time.  Type "END"
  13. to exit the utility and return to DOS.
  14.  
  15. Batch Mode
  16.  
  17. To use the utility in batch mode type : TXTIndex bookname <wordlist >output
  18. Wordlist is an ASCII file containing a list of the words that you wish to index,
  19. one word per line.  Use "END" as the last word in the list, otherwise; the
  20. program may hang when it comes to the end of the file.  Output is the name of
  21. the file that you wish to send the index results to.  "<" and ">" are DOS
  22. redirection symbols.  See your DOS manual for details.  Due to the simplist
  23. algorithm used, this utility can take quite some time to index a large file.
  24.