MPIndex is a tool for indexing AmigaGuide documents - similar to the Windows Help Search facility.
MakeMPIndex is used to generate the index.
RunMPIndex can then be used to display a Gui which allows the index to be view and specific nodes selected.
An example usage is to index all of your .guide files.
To do this do:
list sys: work: pat=#?.guide all to=t:i1 lformat=%s%s Where "sys: work:" are the drives on your system. Then edit t:i1 if required to remove any files which you do not need to index and/or reorder the list of files. MakeMPIndex t:i2 maxnode=20 file=t:i1 ignoreto=t:i3 Then edit t:i3 to remove any words which you do not want to ignore. MakeMPIndex docs.index file=t:i1 ignore=t:i3 Then RunMPIndex can be used to view the index.