home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dskstruc / hd_util.arj / HD_U.ZIP / AMS_PFU3.HLP < prev    next >
Encoding:
Text File  |  1991-09-16  |  12.9 KB  |  259 lines

  1. 256
  2. 1, "                                FIND a FILE  HELP "
  3. 1, " "
  4. 1, "     The difference between this program and many others is that one need"
  5. 1, "   not enter any globals or wild cards to find EVERYTHING that matches!"
  6. 1, " "
  7. 1, "     FORM:    d:\path\file-name [switches]    {{EXAMPLE:  d:\wp\joe }}"
  8. 1, " "
  9. 1, "      The above example will find all files on drive D:\wp\ that have the"
  10. 1, " letters ''joe'' in the file name. Irrespective of the location of these "
  11. 1, " letters in the file name."
  12. 1, " "
  13. 1, " switches: /a  - Puts paths in front of ALL found files"
  14. 1, "           /b  - BATCH file creator"
  15. 1, "           /D? - Multiple DRIVE switch, /Dabc = find on drive A, B & C."
  16. 1, "           /d? - Check DATE >= in form: /d870714  == July 14, 1987."
  17. 1, "                 ? = a (date >= ), or b (date <= )."
  18. 1, "           /e  - Check EXTENSIONS only."
  19. 1, "           /f  - List FREE bytes only."
  20. 1, "           /k  - KILL switch, batch files: to DEL or ERASE files."
  21. 1, "           /m  - More lines to display switch, 43 lines for EGA screens."
  22. 1, "           /n  - No screen display."
  23. 1, "           /o  - Turns bytes/date/time stamp OFF, they are not printed."
  24. 1, "           /p  - PATHs only listed."
  25. 1, " (more  = use spacebar)                                (more  = use spacebar) "
  26. 1, "                                 Find a File HELP"
  27. 1, " continued..."
  28. 1, " "
  29. 1, "     FORM:    d:\path\file-name [switches]"
  30. 1, " "
  31. 1, " more switches:"
  32. 1, " "
  33. 1, "           /s  - List SUB-DIRECTORIES too."
  34. 1, "           /t? -  List ALL files and their attribute settings."
  35. 1, "    (optional) ? = r/h/s/a and [+/-] read only, hidden, system, archive."
  36. 1, "    (optional) + = list only those that match with attribute set."
  37. 1, "    (optional) - = list only those that match with attribute clear."
  38. 1, "               EXAMPLE:  /th+ = list files that are hidden."
  39. 1, "                         /ts+ = list system files."
  40. 1, "                         /tr- = list unprotected files, not read-only."
  41. 1, "           /v  - View found file list, uses DSPTXT."
  42. 1, "           /vs - Save found file list, after viewing it using DSPTXT."
  43. 1, "           /w  - WAIT! after 20 lines printed to screen for key-press."
  44. 1, "           /y  - YES auto erase - for KILL batch files only!"
  45. 1, "           /z  - Send DOS EoF indicator "ctrl-z" at end of program."
  46. 1, "           /1  - Search only ONE dir, the one named."
  47. 1, "           /5 - add space after every FIVE files found."
  48. 1, " "
  49. 2, "                               TEXT FILE FIND HELP"
  50. 2, " "
  51. 2, " This program first locates a file whose name matches the given search"
  52. 2, " name & then searches that file for the sting (text) of interest.  "
  53. 2, " "
  54. 2, "                           Switches:"
  55. 2, "          /a  - search for ALL matches in a file (not just one)."
  56. 2, "          /b  - Beep off, a beep normally sounds when a match is found."
  57. 2, "          /d? - Date Check switch, form: /d870714  == July 12, 1987."
  58. 2, "                ? = a (date >= ), or b (date <= )."
  59. 2, "          /e  - Extensions (on the file name) checked ONLY."
  60. 2, "          /f  - List out all file names & paths for files searched."
  61. 2, "          /i  - case NOT Ignore - string search is case dependent."
  62. 2, "          /k  - Sequential KEYWORD search."
  63. 2, "          /l  - Relative Line number of matched line printed (###)."
  64. 2, "          /m  - print more lines, 17 lines, 8 above & below."
  65. 2, "          /n  - Never mind - Print first lines no checking of string."
  66. 2, "          /o  - Bytes, date time information Off - not printed."
  67. 2, "          /s  - Print '*' between information blocks - delimeter/separator"
  68. 2, "          /w  - Wait for key-press after 20 lines printed to screen."
  69. 2, "          /z  - Send DOS EoF indicator 'ctrl-z' at end of program."
  70. 2, " "
  71. 2, "                                    (EXAMPLE)"
  72. 2, " (more  = spacebar)                                        (more  = spacebar)"
  73. 2, "                               TEXT FILE FIND HELP"
  74. 2, " continued..."
  75. 2, " "
  76. 2, "     Example:  d:\path\MSS The Congress Passed /e /a /b /l"
  77. 2, " "
  78. 2, " "
  79. 2, "  In this example, the ALL files with extension (/e) ''MSS'' will be searched"
  80. 2, " "
  81. 2, "  for the text ''The Congress Passed''.  If a match is found no beep (/b) will"
  82. 2, " "
  83. 2, "  sound, however All (/a) matches will be listed to the screen and relative "
  84. 2, " "
  85. 2, "  lines (/l) numbers will also be listed for each matching line found."
  86. 2, " "
  87. 2, " "
  88. 3, "                       FIND A LINE OF TEXT IN A FILE HELP"
  89. 3, ""
  90. 3, " This program is like the DOS FIND program, except that it searches without"
  91. 3, " reguard to the ''case'' of the letters.  Also, it has a user interactive mode."
  92. 3, ""
  93. 3, " To use the interactive mode, simply press RETURN to run the program with NO"
  94. 3, " inputs.  This tells the program that you want to use its user interface to "
  95. 3, " enter the needed inputs.  Inputs are: file name, text to search for, and "
  96. 3, " switches."
  97. 3, ""
  98. 3, " SWITCHES:"
  99. 3, "            /c - Count the lines that have a match - NO printing."
  100. 3, "            /i - Case  NOT Ignored  switch."
  101. 3, "            /k - Sequential KEYWORD search."
  102. 3, "            /n - Relative number of line precedes printed line."
  103. 3, "            /o - Beep Off - no beep sounds when a match is found."
  104. 3, "            /r - Send RETURN between lines."
  105. 3, "            /v - Prints lines that do NOT match string."
  106. 3, "            /w - wait - pause after 20 lines (for a key press)."
  107. 3, "            /z - Send DOS EoF indicator "ctrl-z" at end of program."
  108. 3, ""
  109. 3, ""
  110. 3, "                                   (EXAMPLE)"
  111. 3, " (more  = spacebar)                                        (more  = spacebar)"
  112. 3, "                       FIND A LINE OF TEXT IN A FILE HELP"
  113. 3, " continued..."
  114. 3, ""
  115. 3, " EXAMPLE:"
  116. 3, "            file.txt  this is the string to match  /c /i   (RETURN)"
  117. 3, "            OR"
  118. 3, "            (RETURN)"
  119. 3, ""
  120. 3, ""
  121. 3, " In the first example the file ''FILE.TXT'' will be searched for the text:"
  122. 3, " ''this is the string to match''.  The case of the letter (/i) is important,"
  123. 3, " called case sensitive, and only the number (/c) of matching lines will be"
  124. 3, " returned.  This means the matching lines will NOT be printed, only the number"
  125. 3, " of them found."
  126. 3, ""
  127. 3, " In the second example the program will come up in its user interface mode."
  128. 3, " It will also give the error message of: No file to search error."
  129. 3, ""
  130. 3, " In this mode you must pick the file naem section and the text to find sections"
  131. 3, " so that the program knows where and what to look for.  Then pick the search 
  132. 3, " section to start the search."
  133. 3, ""
  134. 4, "                                PERSON FIND HELP"
  135. 4, " "
  136. 4, " This program was written to find a group of related data saved in a text file"
  137. 4, " where the data is grouped between '*' markers.  It was originally designed to"
  138. 4, " be used to find information of people who were members of a computer club, "
  139. 4, " thus the name '' Person Find''.  However, any free form text may be entered"
  140. 4, " into a ''Person Find'' type file and then later searched."
  141. 4, " "
  142. 4, " "
  143. 4, "     FORM:  drive:\path\file.ext word(s) [switch(s)]"
  144. 4, "     "
  145. 4, "     SWITCHES: /1 - Display only the FIRST block of matched data."
  146. 4, "               /a - display address lines only."
  147. 4, "               /b - EACH line MUST Begin with the FIRST Keyword."
  148. 4, "               /d - Print the Delimiter between data blocks."
  149. 4, "               /e - (End) display found section - do NOT list entire block"
  150. 4, "               /i - Do NOT Ignor letter case."
  151. 4, "               /k - Sequential KEYWORD search."
  152. 4, "               /n - Print the line number of the line wanted."
  153. 4, "               /o - beep off."
  154. 4, "               /w - wait - pause after 20 lines (press a key)."
  155. 4, "               /z - Send DOS EoF indicator 'ctrl-z' at end of program."
  156. 4, " "
  157. 4, " (more  = spacebar)                                        (more  = spacebar)"
  158. 4, "                                PERSON FIND HELP"
  159. 4, " continued..."
  160. 4, " "
  161. 4, "     Esc - If the /w switch is on & the 'To continue press a key' message"
  162. 4, "           is on the screen, then the Esc key can be used to EXIT the"
  163. 4, "           program.  It will cause the remainder of the present data-"
  164. 4, "           block to be printed to the screen before the program ends."
  165. 4, " "
  166. 5, "                    SORT A PFIND (PERSON FIND) TYPE FILE HELP"
  167. 5, " "
  168. 5, "    To sort data blocks:  filename   [switches]   [ >newfile ]"
  169. 5, " "
  170. 5, "    Switches: /c## - ## is the character to start sorting at (1-80)."
  171. 5, "              /d   - Delimiter '*' sent between blocks of data."
  172. 5, "              /l#  - # of line to sort against (1-9)."
  173. 5, "              /o   - Beep On. Beeps sound when file opened, lines sorted"
  174. 5, "                     & last when blocks are sorted. (default is OFF)."
  175. 5, "              /r   - Reverse Sort. (z --> A)."
  176. 5, "              /s## - Sort the Selected Section of 600 data blocks."
  177. 5, "              /z   - Send DOS End Of File marker at end of data blocks."
  178. 5, " "
  179. 5, "    Limits: 1. Only 600 blocks of data can be sorted at a time."
  180. 5, "            2. Only one of the first nine (9) lines in a data block can"
  181. 5, "               be used for the sorting."
  182. 5, "            3. If a sort is being done on a line whose # is grater than"
  183. 5, "               the number of lines in a block, then the last line of the block"
  184. 5, "               will be used."
  185. 5, "            4. If two lines to sort are identical, located in two different"
  186. 5, "               blocks of data, only the first block containing that line "
  187. 5, "               will ever be found.  Add a space to one of the lines."
  188. 6, "                                 WORD COUNT HELP"
  189. 6, " "
  190. 6, " "
  191. 6, " This program counts the ''words'' in an ASCII text file.  If a word processor"
  192. 6, " file is used, then the count may be a little high if the word processor uses"
  193. 6, " romm before the actual text to save some of its information."
  194. 6, " "
  195. 6, " "
  196. 6, "   form:   drive:path\filename"
  197. 6, " "
  198. 6, "   Example:  a:wp\letters\joe.txt"
  199. 6, " "
  200. 6, "   In the above example the file 'JOE.TXT' will be opened & all the "
  201. 6, "   words will be counted. The file is located on the A-drive in "
  202. 6, "   sub-directory wp\letters."
  203. 6, " "
  204. 6, "   NOTE: This program does not really count 'words', it counts the "
  205. 6, "         spaces & the CR-LF (carriage return-line feeds). There are a "
  206. 6, "         few word processors that save additional text (instructions for "
  207. 6, "         the printing portion of the program) at the beginning of the "
  208. 6, "         real text. In these cases the count will be high."
  209. 7, "                          SMALL EDITOR TYPEWRITER HELP"
  210. 7, " "
  211. 7, " "
  212. 7, "      FORM:  drive:\path\file-name  [[switches]]"
  213. 7, " "
  214. 7, "                              STARTING  SWITCHES"
  215. 7, " "
  216. 7, "  /a    - Use 601 lines by 87 Characters for the AMS.HLP type files."
  217. 7, "          NOTE:  The AMS.HLP files are the full screen help files."
  218. 7, "  /c#.# - Colors for text screen foreground.background,    NOTE: This will"
  219. 7, "          ONLY work on IBM color standard type COLOR monitors & driver cards."
  220. 7, "  /l    - Use LONG LINES (102 lines by 480 characters), for AMS.LST files."
  221. 7, "          AMS.LST files are the Advanced Menu System  MENU files."
  222. 7, "  /s    - Short lines for SAM.HLP files,    NOTE:  The SAM.HLP files are"
  223. 7, "          the Small help window help files, 11 lines X 48 characters."
  224. 7, "  /t#   - Relpace TAB with spaces. Enter the # of spaces wanted for each tab."
  225. 7, "  /ty   - Start in the Typewriter mode.  Each line entered with the ─┘,"
  226. 7, "          ENTER or RETURN key, will be sent to the printer."
  227. 7, " "
  228. 7, "   F1 - More detailed help for the Editor (typewriter) program when running."
  229. 7, "   F2 - changes the bottom two lines of help between the two help lines."
  230. 7, " "
  231. 7, "                                    (COLORS)"
  232. 7, " (MORE  = spacebar)                                        (MORE  = spacebar)"
  233. 7, "                        SMALL EDITOR TYPEWRITER HELP"
  234. 7, " continued..."
  235. 7, " "
  236. 7, " "
  237. 7, "      FORM:  drive:\path\file-name  [[switches]]"
  238. 7, " "
  239. 7, "  /c#.# - Colors for text screen foreground.background,    NOTE: This will"
  240. 7, "          ONLY work on IBM color standard type COLOR monitors & driver cards."
  241. 7, " "
  242. 7, " "
  243. 7, "                                 COLORS"
  244. 7, " "
  245. 7, "  COLORS:   0 Black             8 Black                  Foreground = 0 - 15"
  246. 7, "            1 Blue              9 Bright Blue            Background = 0 -  7"
  247. 7, "            2 Green            10 Bright Green"
  248. 7, "            3 Light Blue       11 Bright Light Blue"
  249. 7, "            4 Red              12 Bright Red"
  250. 7, "            5 Magenta          13 Bright Magenta"
  251. 7, "            6 Brown            14 Bright Yellow"
  252. 7, "            7 Normal White     15 Bright White"
  253. 7, ""
  254. 7, ""
  255. 7, ""
  256. 7, "              For on-line help while in the editor, press the F1-key. "
  257. 8, ""
  258.  
  259.