home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / SPORT131.ZIP / WAITS.EXE / SPORTLIB.CTL < prev    next >
Text File  |  1991-05-15  |  4KB  |  115 lines

  1. ; Sample Control File - SPORTLIB.CTL
  2. ;
  3. ; SPORT Extended Library Utility
  4. ;
  5. ;
  6. ; Library Filing Module   Command:  SPORTLIB L
  7. ; =====================
  8. ;
  9. ; This module allows SPORTLIB to search through the current SFLASH library and,
  10. ; based upon key words or phrases located, file a duplicate copy of the SFLASH
  11. ; message into the named library.
  12. ;
  13. ; Libraries are named by the user with a unique filename of 1 to 8 characters.
  14. ; They ALWAYS bear the extension ".LIB" which is automatically provided by
  15. ; SPORTLIB.  There are two control file (this file) keywords which trigger
  16. ; the Library Filing Module:
  17. ;
  18. ;        libmatch=string,    where "libmatch=" is the keyword and "string"
  19. ;                            is the word or phrase to search.
  20. ;        libname=filename,   where "libname=" is the keyword and "filename"
  21. ;                            is the user-defined name of the library file.
  22. ;
  23. ; Note that there are NO spaces surrounding the "=" sign and that the order
  24. ; of the two keywords must be followed as outlined.  In other words, for
  25. ; SPORTLIB to perform its function, the "libmatch=..." must always be followed
  26. ; immediately by a "libname=...".  Any change in the order will cause SPORLIB
  27. ; to report an error and discontinue operations.
  28. ;
  29. ; The "string" to be matched may be up to 40 characters long and is not sen-
  30. ; sitive to case.  SPORTLIB, your SFLASH Library and this control file must
  31. ; all exist in the same subdirectory.
  32. ;
  33. ; Here is an example of how to use the Library Filing Module:
  34. ;
  35. ;libmatch=Augustine Associates
  36. ;libname=doc
  37. ;libmatch=DOC
  38. ;libname=doc
  39. ;
  40. ;Here's another example of filing library message by month:
  41. ;
  42. ;libmatch=Date: Jan
  43. ;libname=jan
  44. ;libmatch=Date: Feb
  45. ;libname=feb
  46. ;libmatch=Date: Mar
  47. ;libname=mar
  48. ;libmatch=Date: Apr
  49. ;libname=apr
  50. ;libmatch=Date: May
  51. ;libname=may
  52. ;libmatch=Date: Jun
  53. ;libname=jun
  54. ;libmatch=Date: Jul
  55. ;libname=jul
  56. ;libmatch=Date: Aug
  57. ;libname=aug
  58. ;libmatch=Date: Sep
  59. ;libname=sep
  60. ;libmatch=Date: Oct
  61. ;libname=oct
  62. ;libmatch=Date: Nov
  63. ;libname=nov
  64. ;libmatch=Date: Dec
  65. ;libname=dec
  66. ;
  67. ; And here's the default in case the message doesn't qualify under any match:
  68. ;libmatch=:
  69. ;libname=general
  70. ;
  71. ;
  72. ; Note that case does not matter.  Also, when this part of SPORLIB is used,
  73. ; the match and filing procedure is undertaken by the "first found" method.
  74. ; In other words, if a single SFLASH message contains both "Augustine..." and
  75. ; "Doc", the first match (Augustine Associates) would be used.
  76. ;
  77. ; Also note that the "string" to be matched must appear in the first five lines
  78. ; of an SFLASH message.  Nothing beyond the first five lines of any message is
  79. ; searched.
  80. ;
  81. ; Since some characters appear in all Flash Message headers, it is possible
  82. ; to copy all SFLASH Libary messages to a library of your choice by using
  83. ; a search string such as ":" (a colon).
  84. ;
  85. ; You also have a choice of MOVING the Flash Message, or COPYING it.  If you
  86. ; choose to MOVE it, then the message will be deleted from your SFLASH
  87. ; libary.  If you choose to COPY it, the message will remain in your SFLASH
  88. ; libary.  In either event it, or a copy of it, will be placed in the library
  89. ; you specify.   The keywords are MOVE or COPY.  The default condition is COPY
  90. ; so it is unecessary to use the keyword unless you so desire.
  91. ;
  92. ; Uncomment the next keyword line to always MOVE, not COPY, the messages:
  93. ;MOVE
  94. ;
  95. ;
  96. ;
  97. ; Library Retrieval Mode     Command:  SPORTLIB R libname
  98. ; ======================
  99. ;
  100. ; This option will retrieve messages stored in a library you name ("libname")
  101. ; and return them to vacant positions in your SFLASH Library.  Up to 100
  102. ; message will be retrieved (or less, depending upon the number of vacant
  103. ; positions available in your SFLASH Library).
  104. ;
  105. ; The original messages in your named library will be retained.
  106. ;
  107. ;
  108. ; Library Manual Mode        Command:  SPORTLIB M libname
  109. ; ===================
  110. ;
  111. ; An interactive mode to allow you to review and manipulate messages.
  112. ;
  113. ;
  114.  
  115.