home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 189.img / PCB1459.ZIP / OTHERS.ZIP / HELP.ZIP / HLPENDR < prev    next >
Encoding:
Text File  |  1990-05-08  |  5.9 KB  |  156 lines

  1.  
  2. (End of Message) Command - Function Help
  3. ----------------------------------------
  4.  
  5. Commands Available to All:
  6.  
  7.            (Enter) contines on with message read function
  8.            (N)    stop reading messages
  9.            (NS)   continue reading messages in non-stop format
  10.            (T)    thread read (forward) (or T+)
  11.            (T-)   thread read (backwards)
  12.            (#)    a specific message number between 1 and 9999999
  13.            (+)    alone reads messages forward from present position or when
  14.                   appended to a number causes forward reading from that message
  15.                   number
  16.            (-)    alone reads messages backwards from present position or when
  17.                   appended to a number causes backward reading from that
  18.                   message number
  19.            (F)    selects only messages left by you
  20.            (Y)    selects only messages left for you
  21.            (S)    selects messages above the last one you have read
  22.            (A)    read messages in all conferences
  23.            (L)    read in backwards order from the last message to the first
  24.            (C)    capture the messages to a file for download
  25.            (D)    implies a (C)apture and immediately downloads
  26.            (Z)    implies a (D)ownload but compresses the file before
  27.            (G)    goodbye
  28.            (J)    join another conference
  29.            (RE)   enter a reply to the message just read
  30.            (RR)   read the referenced message
  31.            (M)    memorize that message number for later return
  32.            (RM)   return to a previously "memorized" message number
  33.            (TS)   begin a text search of message header information
  34.            (SET)  sets the number of the last message read
  35.            (NEXT) reads next higher message number available
  36.            (PREV) reads next lower message number available
  37.            (USER) begins a search for messages to/from a specific user
  38.  
  39. Additional Commands Available if Message is To/From You:
  40.  
  41.            (K)    kill the message
  42.            (E)    edit the "To:" and "Subj:" of the message header and 'Echo'
  43.                   flag if applicable
  44.  
  45. Additional Commands Available for Sysops ONLY!
  46.  
  47.            (P)    "protect" the message (make it "private")
  48.            (U)    "unprotect" the message (make it "public")
  49.            (F)    find caller's USERS file record and display
  50.            (O)    read messages in "read only" mode
  51.            (MOVE) Move the message to another conference
  52.            (COPY) Copy the message to another conference
  53.  
  54. Comments:  If you do not have a security level necessary to perform the
  55.            Sysop functions above, do NOT attempt to enter those commands
  56.            as excessive attempts to do so may lock you out of this system!
  57.            Commands can be stacked together at this prompt if desired.
  58.  
  59. Examples:
  60.  
  61.   * R 1+ <enter>
  62.  
  63.     The above command will read all messages from #1 to the end.
  64.  
  65.   * R 1 5 10 20 <enter>
  66.  
  67.     The above command will read messages 1, 5, 10 and 20 and then stop.
  68.  
  69.   * R S <enter>
  70.  
  71.     The above command will read all mail that is new for you.
  72.  
  73.   * R L <enter>
  74.  
  75.     The above command will read all mail in reverse order from beginning to
  76.     end.
  77.  
  78.   * TS A 1+ <enter>
  79.     PCBoard & LANtastic <enter>
  80.  
  81.     The above commands will search thru every available message in ALL
  82.     conferences areas you are set to scan for any message that has both
  83.     the word "PCBoard" AND the word "LANtastic" in it.
  84.  
  85.   * TS A 1+ <enter>
  86.     PCBoard & (LANtastic | DESQview) <enter>
  87.  
  88.     The above commands will search thru every available message in ALL
  89.     conferences areas you are set to scan for any message that has both
  90.     the word "PCBoard" AND either the word "LANtastic" OR the word
  91.     "DESQview" in it.
  92.  
  93.     The parenthesis tell PCBoard how you want to group your criteria if
  94.     you have a complex search request such as the one above.  It will
  95.     allow for nearly any number of parens and any combination of AND's
  96.     (using the "&" character) and OR's (using the "|" character).
  97.  
  98.   * TS A 1+ USER JOHN DOE <enter>
  99.     PCBoard & Help <enter>
  100.  
  101.     The above command (similar to examples above) adds the keyword USER
  102.     to the command line specifying that only messages that are either
  103.     TO or FROM John Doe should be displayed if they are found to have
  104.     both the words PCBoard and Help in them.
  105.  
  106.   * R A Z <enter>
  107.  
  108.     The above command will capture all messages in all conferences since
  109.     the last message read, compress the capture file and the begin the
  110.     download procedure.
  111.  
  112.   * R SET 100 <enter>
  113.  
  114.     Sets the last message read for that conference to 100.
  115.  
  116.  
  117. -------------------------------------------------------------------------------
  118. Examples of using boolean (and / or) searching:
  119. -------------------------------------------------------------------------------
  120.  
  121. The symbols "&" and "|" can be used to mean AND and OR respectively.  In
  122. addition you can combine criteria using parenthesis to denote the grouping of
  123. the search.
  124.  
  125.  
  126. Multiple words making up a sentence or phrase:
  127. ----------------------------------------------
  128. PCBoard version 14.5
  129.  
  130. Searches for the words "PCBoard version 14.5" all together
  131.  
  132.  
  133. Multiple words searching for each word separately:
  134. --------------------------------------------------
  135. PCBoard | Qmodem | Procomm
  136.  
  137. Searches for any text having either PCBoard OR Qmodem OR Procomm anywhere in
  138. the text
  139.  
  140.  
  141. Multiple words searching for each word separately requiring ALL to match:
  142. -------------------------------------------------------------------------
  143. PCBoard & Qmodem & Procomm
  144.  
  145. Searches for any text having ALL THREE words but not necessarily in any order
  146. or even next to each other
  147.  
  148.  
  149. Using parenthesis for grouping:
  150. -------------------------------
  151. DESQview & (PCBoard | Qmodem)
  152.  
  153. Searches for any text having DESQview in it AND having either PCBoard OR Qmodem
  154. also in the same text in any order and not necessarily together
  155.  
  156.