home *** CD-ROM | disk | FTP | other *** search
-
- AmiSearch searches for files on aminet.
-
- To install it just copy AmiSearch.rexx to your REXX: drawer.
-
- AmiSearch can be used from a shell or from Amirc .
-
- To use it from Amirc, add 2 aliases:
- ams=/rx rexx:AmiSearch.rexx %p
- amsb=/rx rexx:AmiSearch.rexx BREAK %p
-
- ams is used to find.
- amsb is used to break an istance of AmiSearch referred by a numeric id.
-
- AmiSearch template is:
- KEY,TIMEOUT/N,MAXLEN/K/N,SAY/S,HOST/K,URL/S,QUIET/S,BREAK/K/N
-
- KEY - the key to search for
- TIMEOUT - timeout in seconds (0 means none, default 0)
- SAY - say in current Amirc channel
- HOST - the host to use if URL is set
- URL - usually AmiSearch report results as /aminet-dir/file.
- if you set URL, files are reported as an absolute URL
- with host as defined in HOST
- QUIET - not show various info
- BREAK - break an istance of AmiSearch, real usefull in Amirc use.
-