home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / blmw.zip / BLMW.DOC < prev    next >
Text File  |  1995-06-21  |  6KB  |  166 lines

  1.                ╔═══════════════════════════════════════════════╗
  2.                ║                                               ║
  3.                ║    BLMW means "Best Local Message Writer"     ║
  4.                ║                                               ║
  5.                ╚═══════════════════════════════════════════════╝
  6.  
  7.  
  8.                                 BLMW version 1.x
  9.                    BestLocalMessageWriter % statistic creator
  10.  
  11.           Copyright (c)1995 by Humberto Almeida. All Rights Reserved.
  12.  
  13.  
  14.         NOTE => document under 'construction'
  15.  
  16.  
  17.         USING BLMW
  18.         ──────────
  19.  
  20.         -c<config.ext>  you can start BLMW with another configuration
  21.                         file;
  22.         -l<list.ext>    if you have your list of echos in another file
  23.  
  24.         -m0             don't create/write any msg
  25.  
  26.         -d<days>        to scan only the last <days>
  27.  
  28.         -s<0, 1, 2, 3>  Sort method (see BLMW.CFG)
  29.  
  30.         -h<hours>       to scan only the last <hours>
  31.  
  32.         example:
  33.         BLMW -cB_CONFIG.TXT -lF:\MAX\LIST\BLMW.LST -d7
  34.          or
  35.         BLMW -s3 -h24
  36.  
  37.  
  38.         TIPS FOR USING BLMW
  39.         ───────────────────
  40.  
  41.         -
  42.  
  43.  
  44.  
  45.         CONTENTS OF THIS PACKAGE
  46.         ────────────────────────
  47.  
  48.         README.1ST      Limitations and tips
  49.         UPDATE.001      Changes until now
  50.         BLMW.DOC        :)
  51.         BLMW.DOK        German document
  52.         BLMWx.EXE       main program   OS/2 (x could be 5001 meaning
  53.                                              for 586 US-Version)
  54.         BOTTOM.MEC      bottom-MEC für BLMW.MEC
  55.         TOP.MEC         top-MEC für BLMW.MEC
  56.         BLMW_CFG.NEW I° Configurations file (BLMW.CFG)
  57.         LISTELST.NEW I  List of squish based areas (LISTE.LST)
  58.         MSG_LST.NEW  O  Messages statistic (MSG.LST)
  59.         USER_LST.NEW O  User Statistic (USER.LST)
  60.         BLMW_LOG.NEW O  Log-File (BLMW.LOG)
  61.         ° I => Input Files
  62.           O => Output Files
  63.  
  64.  
  65.  
  66.         BLMW.CFG                (Keys are case sensitive!)
  67.         ========                |something| means it is optional
  68.                                 ATTENTION! use '_' for spaces
  69.  
  70.         Key                     register KEY from the author
  71.  
  72.         Name                    your name (i.g. Humberto_Almeida)
  73.  
  74.         |Address zone:net/node| Your 4D Address
  75.  
  76.         |EchoArea Path\|        If you want to poste a MSG in an Echo
  77.  
  78.         |MaxUser Path\|         Path to USER.BBS, don't forget '\' at the end
  79.  
  80.         MecFile |Path\|         Path to the *.MECs, don't forget '\' at the end
  81.                                 Without path, BLMW will write BLMW.MEC in the
  82.                                 same directory, as the main program is
  83.  
  84.         |TopMec File|           another top-mecca instead of TOP.MEC
  85.  
  86.         |BottomMec File|        another bottom-mecca instead BOTTOM.MEC
  87.  
  88.         |TopMSG File|           import a top-text for the msg
  89.  
  90.         |BottomMSG File|        import a bottom-text and append to the msg
  91.  
  92.         |BackGround color|      valid mecca-color for the background of BLMW.MEC
  93.  
  94.         |MsgSubj Text|          subject line for the mail
  95.  
  96.         |Origin Text|           Origin line for the mail
  97.  
  98.         |ScanToField|           Scan TO-Field instead of the FROM-Field
  99.  
  100.         LogFile |File|          Path and file name where to log the activities
  101.                                 default: BLME.LOG in the same directory
  102.  
  103.         NoTone                  turn speaker off
  104.                                 default: on
  105.  
  106.         StopOnError             break by 'found error'
  107.                                 default: continuing processing
  108.  
  109.         NoDispUser |UserName|   Name of the user to be ignored by BLMW
  110.  
  111.         |BestCount number|      how many users should be displayed by BLMW?
  112.                                 default: all
  113.  
  114.         |MecBestCount number|   how many users should be displayed in the
  115.                                 MEC-File (BLME.MEC)?
  116.                                 default: 15; and 15 is the maximum
  117.  
  118.         LastDay |Day|           the 'Start' day of msg scanning
  119.                                 default: LastDay 1
  120.  
  121.         LastMon |Month|         start-month
  122.                                 default: LastMon 1
  123.  
  124.         LastYea |Year|          start-year without 19 (e.g. 1992 should be
  125.                                 LastYea 92)
  126.                                 default: LastYea 80
  127.  
  128.                                 example:
  129.                                 LastDay 12
  130.                                 LastMon 01
  131.                                 LastYea 93
  132.                                 BLMW will scan _ONLY_ messages after
  133.                                 Jan, 13th 1993 until now/today
  134.  
  135.  
  136.  
  137.         Bug-Report
  138.         ──────────
  139.  
  140.         - If you have problems or bugs to report, then don't forget to send
  141.         your CFG-File and the BLMW.DEB-File created by BLMW with the
  142.         parameters   -b1 > blmw.deb
  143.         (e.g. BLMW4001 -cBLMW.MY -lAREAS.MY -d7 -b1 > blmw.deb)
  144.  
  145.  
  146.  
  147.         CONTACTING THE AUTHOR
  148.         ─────────────────────
  149.  
  150.         If you like to contact me, here's how:
  151.         Humberto Almeida
  152.         FAX          +49-69-5485750
  153.         InterNet     humberto@humbi.nacamar.de
  154.         BOX           V.32terbo     V.FAST      V.32terbo    X.75/V.110
  155.                      YORIKO 19.2  YORIKO 28.8  YORIKO 19.2   ELINK 310
  156.                   +49-69-54890249 -69-95400025 -69-5485750  -69-95400028
  157.         FIDO         2:244/1180   2:244/1181   2:244/1182   2:244/1185
  158.         HesseNet     10:10/20     10:10/30     10:10/10     10:10/50
  159.         GerNet       21:491/1610                            21:491/1611
  160.         MxBBSNet     256:4955/210                           256:4955/220
  161.  
  162.  
  163.         If you have found BLMW useful, I'd appreciate a note! Enjoy ;-)
  164.  
  165. <end>
  166.