home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaMiscModsCD3.iso / _PROGRAMME / TOOLS / PLSTsearch10.lha / PLSTsearch.txt < prev    next >
Encoding:
Text File  |  1997-10-19  |  3.1 KB  |  72 lines

  1.  
  2.  
  3.                               PLSTsearch v1.0
  4.                               ~~~~~~~~~~~~~~~
  5.  
  6.                         - by Ola Ekström (c) 1997 -
  7.              - Written in C using the DICE Freeware compiler -
  8.  
  9.  
  10. IMPORTANT!:
  11. ~~~~~~~~~~~
  12.     You use this program totally on your own risk. I am not
  13.     responsible for anything that this program does to your hardware
  14.     and/or software. Remember that it is always a healthy thing to 
  15.     make backups of your data on a regular basis.
  16.  
  17.     PLSTsearch is Freeware, this means that it may be distributed
  18.     and used freely, but it may not be sold for money.
  19.  
  20.  
  21.  
  22. What is PLSTsearch and how do I use it?
  23. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24.     PLSTsearch is a search-tool for plst-files produced by Protracker
  25.     and it's close relatives. It can only be run from the CLI and use 
  26.     this command format: PLSTsearch <plst-file> <search-string>. You
  27.     must replace <plst-file> with the full path to where your plst is 
  28.     stored. Usually this is the root-directory of dh0: but I thought
  29.     it would be nice to have it all defineable by the user. 
  30.     Directories defined by the path command will not be checked. You
  31.     will replace <search-string> with any string that you would like
  32.     to search the plst for. I.e. if you search for "snare",
  33.     PLSTsearch will report back all entries found with where "snare"
  34.     is part of the name. If you don't specify a search-string, the
  35.     whole plst will be listed. 22 lines at a time will be listed, 
  36.     and then you will be prompted to press the return key, so you'd
  37.     better maximize the CLI-window if you don't want to miss anything.
  38.     PLSTsearch will also tell you on which disk the sample is on and
  39.     the length of the sample. PLSTsearch does not support wild-cards
  40.     or other advanced forms of searching. If your searchstring contains
  41.     spaces you must enclose it within quotation marks. Like this:
  42.     "string.with a.space.in.it".
  43.  
  44.  
  45. Why?
  46. ~~~~
  47.     Why write a program like this, you might ask yourself. The plst
  48.     is already arranged in alphabetical order... Well, that is true,
  49.     but when your plst grows bigger, it will be harder and harder
  50.     to remember the names of individual samples. If you have 30
  51.     snare-drum samples called things like: bigsnare, smallsnare,
  52.     shortsnare etc. it will not help you very much if they are
  53.     listed alphabeticaly. My plst contains about 600 entries and 
  54.     I don't think it's very large, yet it's hard to locate things
  55.     sometimes. I can imagine how hard it would be to find one's way
  56.     around a plst with a couple of 1000 entries. If you only remember
  57.     a part of a name or want to list samples of a special type, you
  58.     can use PLSTsearch.
  59.  
  60.  
  61. Last Words:
  62. ~~~~~~~~~~~
  63.     I would like to thank Rober Lager, sysop of Lager BBS (phone:
  64.     +46-(0)141-213636) for betatesting. Thanx! If you want to reach me
  65.     (for reporting bugs etc.) you can send e-mail to me at this address:
  66.     olaek321@student.liu.se (valid at least to January 1998) or if you
  67.     have access to FidoNet at 2:204/255 (I don't think that FidoNet
  68.     accepts swedish characters so you will probably have to substitute
  69.     'ö' with an 'o'). I can also be reached at above mentioned BBS.
  70.  
  71.     Hope you will find PLSTsearch usefull! / Ola Ekström, 19 Oct 1997.
  72.