home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT002.ZIP / PROFILE.SMP < prev    next >
Text File  |  1988-05-03  |  5KB  |  312 lines

  1. *    For indexing/accessing typical text files with TOTAL RECALL
  2. * Any line that starts with an * is a comment.
  3. * Any text preceded by a space will be treated as a comment.
  4. * Parameters may be supplied in any order.
  5. * Parameters must begin in column 1.
  6. *
  7. * FINDER-only parameters
  8. DRANGE=300     number of characters to display at one time
  9. LIMIT=80     number of characters that search words must be within
  10. OR=|         E.g. John | Wayne
  11. AND=&         E.g. John & Wayne
  12. NOT=!         E.g. John ! Wayne
  13. OPTIONS=;     Precedes options on a search command
  14. RESULT=-     For retrieving results from a previous set
  15. WILD=?         E.g. Comput? to get computer, computing, etc.
  16. WORDS=Y      AND, OR, NOT will be reserved words (meaning & | !)
  17. EXTRFILE=subfile.hlp   File to extract text into
  18. EXTRTYPE=N     Manual (ask every time), or A = Automatic, S = Semi-automatic
  19. *                        or N = None
  20. INDEX=YES     Indexer has been (or will be) run and index files created
  21. * Function Keys
  22. F1=H         For use on main menu
  23. F2=[REPEAT]     Repeat previous input line or command
  24. F3=[CEOL]     Clear to end of line
  25. F5=;L=A1     Titles
  26. F6=;L=S      Terms on same line
  27. *
  28. * Shared parameters
  29. PATHCHECK=N     Check DOS path to find files
  30. SUFFIX=.smp     File extension for all files produced by Indexer
  31. UPPER=Y      All work will be done in upper-case
  32. XFILE=exclude.hlp      Text file containing words that are NOT to be processed
  33. TRACE=N
  34. FENCE=0      No special delimiters to process
  35. *
  36. * INDEXER-only parameters
  37. FILES=yourfile1        A file on your disk
  38. FILES=yourfile2        Another file on your disk
  39. *  There can be as many FILES statements as necessary, though no more than
  40. *  254 individual files can be indexed in any one "textbase".
  41. *      For instance:
  42. *           FILES=\autoexec.bat
  43. *           FILES=*.c
  44. *           FILES=\wp\a*.doc
  45. *           FILES=b:\*.*
  46. *  Also legal:     WSFILES=xyz   for files that have high-order bits
  47. *                   turned on, e.g. Wordstar files in document mode
  48. *  Note: If pathchecking is specified and the files parameter looked
  49. *      like:   FILES=*.c    then Indexer would expect to find all of
  50. *      the "*.c" data files in the same sub-directory.
  51. *PLOC=C:\      prefix for location file
  52. *PKEY=C:\      prefix for keyword file
  53. *PFENCE=C:\      prefix for fence file(s)
  54. *PTEMP=D:\      prefix for temporary work files
  55. *PDLM=C:\      prefix for delimiter file
  56. ACTION       I = ignore    K=keyword   S=treat as a space
  57. 00=I       NULL
  58. 01=I       CTL-A
  59. 02=I       CTL-B
  60. 03=I       CTL-C
  61. 04=I       CTL-D
  62. 05=I       CTL-E
  63. 06=I       CTL-F
  64. 07=I       CTL-G/[BEL]
  65. 08=I       CTL-H/[BS]
  66. 09=S       CTL-I/[TAB]
  67. 0a=I       CTL-J/[LF]
  68. 0b=I       CTL-K
  69. 0c=S       CTL-L/[FF]
  70. 0d=S       CTL-M/[CR]
  71. 0e=I       CTL-N
  72. 0f=I       CTL-O
  73. 10=I       CTL-P
  74. 11=I       CTL-Q/[X-ON]
  75. 12=I       CTL-R
  76. 13=I       CTL-S/[X-OFF]
  77. 14=I       CTL-T
  78. 15=I       CTL-U
  79. 16=I       CTL-V
  80. 17=I       CTL-W
  81. 18=I       CTL-X
  82. 19=I       CTL-Y
  83. 1a=S       CTL-Z/[EOF]
  84. 1b=S       CTL-[/[ESC]
  85. 1c=I       CTL-\
  86. 1d=I       CTL-]
  87. 1e=I       CTL-^
  88. 1f=I
  89. 20=S       [space]
  90. 21=S       !
  91. 22=I       "
  92. 23=K       #
  93. 24=K       $
  94. 25=K       %
  95. 26=K       &
  96. 27=K       '
  97. 28=I       (
  98. 29=I       )
  99. 2a=K       *
  100. 2b=K       +
  101. 2c=S       ,
  102. 2d=K       -
  103. 2e=S       .
  104. 2f=K       /
  105. 30=K       0
  106. 31=K       1
  107. 32=K       2
  108. 33=K       3
  109. 34=K       4
  110. 35=K       5
  111. 36=K       6
  112. 37=K       7
  113. 38=K       8
  114. 39=K       9
  115. 3a=S       :
  116. 3b=S       ;
  117. 3c=S       <
  118. 3d=S       =
  119. 3e=S       >
  120. 3f=S       ?
  121. 40=K       @
  122. 41=K       A
  123. 42=K       B
  124. 43=K       C
  125. 44=K       D
  126. 45=K       E
  127. 46=K       F
  128. 47=K       G
  129. 48=K       H
  130. 49=K       I
  131. 4a=K       J
  132. 4b=K       K
  133. 4c=K       L
  134. 4d=K       M
  135. 4e=K       N
  136. 4f=K       O
  137. 50=K       P
  138. 51=K       Q
  139. 52=K       R
  140. 53=K       S
  141. 54=K       T
  142. 55=K       U
  143. 56=K       V
  144. 57=K       W
  145. 58=K       X
  146. 59=K       Y
  147. 5a=K       Z
  148. 5b=S       [
  149. 5c=K       \
  150. 5d=S       ]
  151. 5e=I       ^
  152. 5f=K       _
  153. 60=K       '
  154. 61=K       a
  155. 62=K       b
  156. 63=K       c
  157. 64=K       d
  158. 65=K       e
  159. 66=K       f
  160. 67=K       g
  161. 68=K       h
  162. 69=K       i
  163. 6a=K       j
  164. 6b=K       k
  165. 6c=K       l
  166. 6d=K       m
  167. 6e=K       n
  168. 6f=K       o
  169. 70=K       p
  170. 71=K       q
  171. 72=K       r
  172. 73=K       s
  173. 74=K       t
  174. 75=K       u
  175. 76=K       v
  176. 77=K       w
  177. 78=K       x
  178. 79=K       y
  179. 7a=K       z
  180. 7b=S       {
  181. 7c=S       |
  182. 7d=S       }
  183. 7e=K       ~
  184. 7f=I       DEL
  185. 80=I               The characters from 80-FE must be present
  186. 81=I               but are not used in this version
  187. 82=I
  188. 83=I
  189. 84=I
  190. 85=I
  191. 86=I
  192. 87=I
  193. 88=I
  194. 89=I
  195. 8A=I
  196. 8B=I
  197. 8C=I
  198. 8D=I
  199. 8E=I
  200. 8F=I
  201. 90=I
  202. 91=I
  203. 92=I
  204. 93=I
  205. 94=I
  206. 95=I
  207. 96=I
  208. 97=I
  209. 98=I
  210. 99=I
  211. 9A=I
  212. 9B=I
  213. 9C=I
  214. 9D=I
  215. 9E=I
  216. 9F=I
  217. A0=I
  218. A1=I
  219. A2=I
  220. A3=I
  221. A4=I
  222. A5=I
  223. A6=I
  224. A7=I
  225. A8=I
  226. A9=I
  227. AA=I
  228. AB=I
  229. AC=I
  230. AD=I
  231. AE=I
  232. AF=I
  233. B0=I
  234. B1=I
  235. B2=I
  236. B3=I
  237. B4=I
  238. B5=I
  239. B6=I
  240. B7=I
  241. B8=I
  242. B9=I
  243. BA=I
  244. BB=I
  245. BC=I
  246. BD=I
  247. BB=I
  248. BF=I
  249. C0=I
  250. C1=I
  251. C2=I
  252. C3=I
  253. C4=I
  254. C5=I
  255. C6=I
  256. C7=I
  257. C8=I
  258. C9=I
  259. CA=I
  260. CB=I
  261. CC=I
  262. CD=I
  263. CE=I
  264. CF=I
  265. D0=I
  266. D1=I
  267. D2=I
  268. D3=I
  269. D4=I
  270. D5=I
  271. D6=I
  272. D7=I
  273. D8=I
  274. D9=I
  275. DA=I
  276. DB=I
  277. DC=I
  278. DD=I
  279. DE=I
  280. DF=I
  281. E0=I
  282. E1=I
  283. E2=I
  284. E3=I
  285. E4=I
  286. E5=I
  287. E6=I
  288. E7=I
  289. E8=I
  290. E9=I
  291. EA=I
  292. EB=I
  293. EC=I
  294. ED=I
  295. EE=I
  296. EF=I
  297. F0=I
  298. F1=I
  299. F2=I
  300. F3=I
  301. F4=I
  302. F5=I
  303. F6=I
  304. F7=I
  305. F8=I
  306. F9=I
  307. FA=I
  308. FB=I
  309. FC=I
  310. FD=I
  311. FE=I
  312.