home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / PTKTDOC3.ZIP / MSGLINK.DOC < prev    next >
Text File  |  1990-09-20  |  4KB  |  84 lines

  1.  
  2.  
  3.  
  4.                               MsgLink ---- Revision: 1.0b
  5.                               MsgLinkOS2 - Revision: 1.0b
  6.                   by Bill Andrus, SysOp of FidoNet Node 1:109/301.10
  7.  
  8.              Documentation by Dot Hage, SysOp of FidoNet Node 1:109/530.0
  9.  
  10.              This executable program is based on released sources of
  11.              Bob Hartman.  This executable program is in the Public
  12.              Domain as part of the BBS project.  For information on
  13.              BBS (Bit Bucket Software), contact 132/101 or 141/491.
  14.              CRC routine copyright Renex Corporation.  Used with
  15.              permission of Ray Gwinn.
  16.  
  17.         MSGLINK.EXE is the DOS version, MSGLINKP.EXE is the OS/2 Protected
  18.         Mode one.
  19.  
  20.         This utility is used to link messages that form part of a particular
  21.         "thread."  A thread is a series of messages which are replies to each
  22.         other, usually on the same topic.  The way that MSGLNK works is to take
  23.         the first message and look at the Subject line.  Say the subject line
  24.         says "Hard drives."  Then it will search out each message, in numerical
  25.         sequence, which has a subject of "Hard drive" and will link it into the
  26.         reply-chain with the first message.  It will ignore the "Re:" that some
  27.         message editors insert on the subject line when replying to a message.
  28.         Thus, the following are considered the same by MSGLNK:
  29.  
  30.                 Subject:  Hard drives
  31.                 Subject:  Re:  Hard drives
  32.                 Subject:  RE:  Re:  Hard drives
  33.  
  34.         Note that the messages are linked in strict numerical order, with no
  35.         reference to date.  In some echo conferences, a reply can appear on
  36.         someone's system before the original message being replied to appears.
  37.         In cases like that, MSGLNK will link them together, but they will be
  38.         linked in the order in which they appear on your system, not
  39.         necessarily in the order in which they were originally entered on the
  40.         originating systems.
  41.  
  42.         Unlike ReplyLnk 1.0, upon which most of MsgLink is based, this program
  43.         does NOT do FAT-structure-specific I/O, resorting instead to slightly
  44.         higher I/O routines like Remapper uses.  This program has NOT
  45.         experienced any problems operating in LAN, large or extended FAT
  46.         partitions, or high performance highly cached disk systems.  Neither
  47.         Bob Hartman or Spark Software bear any responsibility if this program
  48.         does anything nasty to your system.
  49.  
  50.  
  51.  
  52.  
  53.         Usage:   MsgLink [-o] [-q] dir [dir] [dir] ...
  54.                  MsgLink -f areas.lst [-o] [-q] [+areas.bbs]
  55.  
  56.                Switches f, o and q can follow a '-' or '/'
  57.  
  58.                f  indicates a filename will follow which contains a list of
  59.                   area name(s) found in an areas.bbs file.  For example, there
  60.                   might be certain times of day when you would want to run
  61.                   MsgLink only on a subset of your message areas.  You could
  62.                   list them here.  If no file is specified, the full AREAS.BBS
  63.                   is used.
  64.  
  65.                o  specifies Opus 1.1x SYSTEMxx.DAT instead of SYSTEMxx.BBS
  66.  
  67.                q  requests quiet operation (nothing is written to the screen)
  68.  
  69.              dir  is a directory path, a SYSTEMxx.BBS number (0-99),
  70.                   a SYSTEMxx.DAT number (0-255) if -o, or echomail area name
  71.  
  72.         areas.lst is a list of named echomail areas to process
  73.  
  74.         areas.bbs is the areas.bbs file to read to find the echomail areas
  75.  
  76.         =======================================================================
  77.         Change History:
  78.  
  79.         03/13/90:  Added skip of leading # to get_word, for pesky QMail users.
  80.         03/19/90:  Added '-' or '/' switch logic, quiet mode operation
  81.         06/11/90:  Added '-o' switch to use Opus 1.1x SYSTEMxx.DAT numbers
  82.         09/17/90:  Fixed normal exit to insure ERRORLEVEL 0 if successful
  83.  
  84.