home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pcbdem04.zip / PCBDISK4.EXE / HELP / HLPR < prev    next >
Text File  |  1991-11-19  |  5KB  |  116 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.        (U)        displays only messages that have not yet been read
  22.        (NS)       displays text in non-stop mode
  23.        (RM)       re-read previously "memorized" message number
  24.        (RM+)      re-read "memorized" message number plus forward read
  25.        (RM-)      re-read "memorized" message number plus backwards read
  26.        (+)        alone reads messages forward from present position or when
  27.                   appended to a number causes forward reading from that
  28.                   message number
  29.        (-)        alone reads messages backwards from present position or
  30.                   when appended to a number causes backward reading from that
  31.                   message number
  32.        (TS)       searches messages for the specified search criteria
  33.        (SET)      sets the number of the last message read
  34.        (EDIT)     puts the current message into the editor for re-editing
  35.        (NEXT)     reads next higher message number available
  36.        (PREV)     reads next lower message number available
  37.        (JUMP)     skips to the next conference on a (R)ead (A)ll command
  38.        (SKIP)     sets the last message read pointer, skips to next conf.
  39.        (USER)     selects only those message to or from the specified user
  40.        (SELECT)   selects the current conference for future scans
  41.        (DESELECT) deselects the current conference for future scans
  42.  
  43. Description:  Allows reading messages left on the system.  All public messages
  44.               will be displayed, along with private messages left either by you
  45.               or for you.  If a message has more display lines than what your
  46.               (P)age Length is set for, a "(H)elp, More?" prompt will appear
  47.               asking for your input.  Multiple message numbers to read can be
  48.               entered on the same command line if desired.  Additionally,
  49.               combinations of the above commands can be entered on the same
  50.               command line if desired.
  51.  
  52. Examples:
  53.  
  54.   * R S <enter>
  55.  
  56.     The above command will read all mail that is new since you last read
  57.     mail in this message base.
  58.  
  59.   * R Y S <enter>
  60.  
  61.     The above command will read all mail that is addressed to you that is new
  62.     since you last read mail in this message base.
  63.  
  64.   * R 1+ <enter>
  65.  
  66.     The above command will read all messages from #1 to the end.
  67.  
  68.   * R 1 5 10 20 <enter>
  69.  
  70.     The above command will read messages 1, 5, 10 and 20 and then stop.
  71.  
  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.