home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 419.img / PCB145-4.ZIP / HLPR < prev    next >
Text File  |  1990-11-07  |  5KB  |  115 lines

  1.  
  2. (R)ead Messages - Function Help
  3. -------------------------------
  4.  
  5. Subcommands:
  6.  
  7.        (#)        a message number between 1 and 9999999
  8.        (F)        selects only messages left by you
  9.        (Y)        selects only messages left for you
  10.        (YA)       selects only messages left for you or addressed to "ALL"
  11.        (S)        selects messages above the last one you have read
  12.        (A)        read messages in all SELECTed conferences
  13.        (ALL)      read messages in all conferences in which you are registered
  14.        (L)        read in backwards order from the last message to the first
  15.        (C)        capture the messages to a file for download
  16.        (D)        implies a (C)apture and immediately downloads
  17.        (Z)        implies a (D)ownload but compresses the file before
  18.        (G)        goodbye
  19.        (J)        join another conference
  20.        (Q)        display only message headers (quick scan mode)
  21.        (NS)       displays text in non-stop mode
  22.        (RM)       re-read previously "memorized" message number
  23.        (RM+)      re-read "memorized" message number plus forward read
  24.        (RM-)      re-read "memorized" message number plus backwards read
  25.        (+)        alone reads messages forward from present position or when
  26.                   appended to a number causes forward reading from that
  27.                   message number
  28.        (-)        alone reads messages backwards from present position or
  29.                   when appended to a number causes backward reading from that
  30.                   message number
  31.        (TS)       searches messages for the specified search criteria
  32.        (SET)      sets the number of the last message read
  33.        (EDIT)     puts the current message into the editor for re-editing
  34.        (NEXT)     reads next higher message number available
  35.        (PREV)     reads next lower message number available
  36.        (JUMP)     skips to the next conference on a (R)ead (A)ll command
  37.        (SKIP)     sets the last message read pointer, skips to next conf.
  38.        (USER)     selects only those message to or from the specified user
  39.        (SELECT)   selects the current conference for future scans
  40.        (DESELECT) deselects the current conference for future scans
  41.  
  42. Description:  Allows reading messages left on the system.  All public messages
  43.               will be displayed, along with private messages left either by you
  44.               or for you.  If a message has more display lines than what your
  45.               (P)age Length is set for, a "(H)elp, More?" prompt will appear
  46.               asking for your input.  Multiple message numbers to read can be
  47.               entered on the same command line if desired.  Additionally,
  48.               combinations of the above commands can be entered on the same
  49.               command line if desired.
  50.  
  51. Examples:
  52.  
  53.   * R S <enter>
  54.  
  55.     The above command will read all mail that is new since you last read
  56.     mail in this message base.
  57.  
  58.   * R Y S <enter>
  59.  
  60.     The above command will read all mail that is addressed to you that is new
  61.     since you last read mail in this message base.
  62.  
  63.   * R 1+ <enter>
  64.  
  65.     The above command will read all messages from #1 to the end.
  66.  
  67.   * R 1 5 10 20 <enter>
  68.  
  69.     The above command will read messages 1, 5, 10 and 20 and then stop.
  70.  
  71.  
  72.   * R L <enter>
  73.  
  74.     The above command will read all mail in reverse order from beginning to
  75.     end.
  76.  
  77.   * TS A 1+ <enter>
  78.     PCBoard & LANtastic <enter>
  79.  
  80.     The above commands will search thru every available message in ALL
  81.     conferences areas you are set to scan for any message that has both
  82.     the word "PCBoard" AND the word "LANtastic" in it.
  83.  
  84.   * TS A 1+ <enter>
  85.     PCBoard & (LANtastic | DESQview) <enter>
  86.  
  87.     The above commands will search thru every available message in ALL
  88.     conferences areas you are set to scan for any message that has both
  89.     the word "PCBoard" AND either the word "LANtastic" OR the word
  90.     "DESQview" in it.
  91.  
  92.     The parenthesis tell PCBoard how you want to group your criteria if
  93.     you have a complex search request such as the one above.  It will
  94.     allow for nearly any number of parens and any combination of AND's
  95.     (using the "&" character) and OR's (using the "|" character).
  96.  
  97.   * TS A 1+ USER JOHN DOE <enter>
  98.     PCBoard & Help <enter>
  99.  
  100.     The above command (similar to examples above) adds the keyword USER
  101.     to the command line specifying that only messages that are either
  102.     TO or FROM John Doe should be displayed if they are found to have
  103.     both the words PCBoard and Help in them.
  104.  
  105.   * R A Z <enter>
  106.  
  107.     The above command will capture all messages in all conferences since
  108.     the last message read, compress the capture file and the begin the
  109.     download procedure.
  110.  
  111.   * R SET 100 <enter>
  112.  
  113.     Sets the last message read for that conference to 100.
  114.  
  115.