home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rlim1116 / rlimon.doc < prev    next >
Text File  |  1991-02-18  |  7KB  |  150 lines

  1.     How to use RLI Realtime Message Monitor V 11.16 RLIMON.EXE  (1 of 3)
  2.  
  3.     W0RLI SYSOPS, here is a program I wrote to reduce the drudgery of
  4.     daily chores each of us must go through to keep the BBS running
  5.     smoothly. I am a lazy sort, and figured there must be a better way
  6.     to keep track of what is coming into the BBS than the list/read/list
  7.     ritual we all endure. RLIMON.EXE will automatically send EVERY new
  8.     message entering the PBBS to LPT1 for immediate printing, or to a
  9.     user specified file for printing at a later time. It does this once
  10.     every hour, at a specified time, cutting keyboard time down to zilch!
  11.     If something "improper" is seen on the printout, then sign-on and
  12.     correct it. I have gone days without signing-on since I started
  13.     using RLIMON; I just drop by the printer and zip-off the messages that
  14.     have arrived since last time I dropped by, skim through them, and go
  15.     back to whatever it was the XYL had me doing in the first place!
  16.  
  17.     RLI Realtime Message Monitor V11.16 is designed SPECIFICALLY for use
  18.     with W0RLI BBS software, version 11.xx, and WILL NOT WORK with any
  19.     other BBS software! It is free to all to use, at your own risk. It
  20.     has been uploaded to various Landline Ham BBS's as "RLIM1116.ZIP",
  21.     with the following files included:
  22.  
  23.         o RLIMON.EXE    (The program)
  24.         o RM-PIF.DVP    (The DESQVIEW (tm) parameter file)
  25.         o RLIMON.DAT    (The next message pointer)
  26.         o RLIMON.DOC    (This file)
  27.         o CHANGE.DOC    (Changes in new releases)
  28.  
  29.     To install this program under DESQVIEW (tm), do the following steps:
  30.  
  31.         1) Copy RLIMON.EXE into an executable files directory, i.e.
  32.            C:\DOS, D:\DV, C:\BIN, or wherever you put such things.
  33.  
  34.         2) Make sure the "SET PATH = " command in AUTOEXEC.BAT
  35.            includes the directory used in STEP 1.
  36.  
  37.         3) Copy RM-PIF.DVP into the DESQVIEW (tm) directory, whatever
  38.            you have named it, then under DV, use the AP, O/ther
  39.            commands to install it. Now, use the CP, RM commands to
  40.            edit the DV setup to suit you application. The program
  41.            needs 56 KB window space; and all that need be done to
  42.            the included RM-PIF.DVP file is change the drive where
  43.            \BBS directory is located, i.e., change D:\BBS to C:\BBS,
  44.            if that is where your \BBS directory is, and the directory
  45.            where the executable file (RLIMON.EXE) is.
  46.  
  47.         4) To prepare for the first run, you need to create a file
  48.            in the \BBS directory called RLIMON.DAT. This file
  49.            contains one record, which is the MESSAGE NUMBER of the
  50.            next message to be printed by RLIMON. You may back up as
  51.            many messages as you wish for the first run, but be ready
  52.            for all the printer activity! Issue the following DOS
  53.            commands (this example is for D: drive):
  54.  
  55.             d:
  56.             cd \bbs
  57.             copy con RLIMON.dat
  58.             nnnnn <enter>        (nnnnn is next message to print)
  59.             <control-z>
  60.                                    (2 of 3)
  61.  
  62.     There are seven valid command line switches available in version 11.16
  63.     that may be used with RLIMON. The switches are not case sensitive,
  64.     and can be used in any combination. RM-PIF.DVP has samples of these
  65.     switches, used at KJ4LQ BBS. The switches are optional, and the
  66.     defaults take effect if not used:
  67.  
  68.     /F     (use form feeds between messages, default = no form feeds)
  69.  
  70.     /H    (print all headers along with message text, default = none)
  71.  
  72.     /H2    (print first and last headers, but NO others, default = none)
  73.  
  74.     /M:nn    (where nn is the minute of the hour to print new messages,
  75.         default = 00)
  76.  
  77.     /O:{drive}{path}[filename] (Redirect output to the named file. Useful
  78.             if you don't want to print while away from the equipment.)
  79.         WARNING: This MUST be last switch on the command line!
  80.  
  81.     /PH    (print only messages with status "PH" "TH" "BH", an asterisk
  82.         will appear by unprinted message numbers on the screen.)
  83.  
  84.     /S    (disables internal timers and screen output for operation
  85.         under the control of W0RLI SERVER.
  86.  
  87.     RLIMON is now ready to go to work for you! Open your BBS windows as
  88.     normal, then open RLIMON window. The copyright message will appear,
  89.     and RLIMON will cycle immediately, printing any new messages, then go
  90.     into the "waiting" mode. Occasionally, when the print cycle activates,
  91.     a message may appear on the screen in the "Subject" field:
  92.  
  93.     [FORWARD IN PROGRESS] [FILE IN EDIT BY BBS] [* REMOVED BY GM], etc.
  94.  
  95.     These messages usually indicate that MAIL.MB is locked by the BBS
  96.     for it's own use during a forward cycle, or someone is in the midst
  97.     of entering a message from a user port. It is suggested that RLIMON
  98.     be set to cycle as far between forward cycle minutes as possible to
  99.     reduce this possibility.
  100.  
  101.     There are six commands available to the SYSOP while the program is
  102.     idle, as follows:
  103.  
  104.     CTRL-E    Exit to DOS (Close window)
  105.  
  106.     CTRL-F    Force a print cycle between timed cycles.
  107.  
  108.     CTRL-I    Increment the held counter (If it is lower than the
  109.         actual number of held messages. Editing improper
  110.         BID's on held mesages can cause this.)
  111.  
  112.     CTRL-H    Release held messages with one keystroke. (NOTE: run
  113.         MBINIT.EXE to re-enable forwarding of these messages)
  114.  
  115.     CTRL-K    Clear the file specified by the /O: switch
  116.  
  117.     CTRL-R    Read the file specified by the /O: switch
  118.                                    (3 of 3)
  119.  
  120.     USING RLIMON UNDER SERVER CONTROL - The following steps are written
  121.     for W0RLI ver. 11.xx SERVER.EXE operation:
  122.  
  123.     1) If you have never used the W0RLI server routines, PLEASE READ
  124.        Hank's documentation, as the following steps assume you are
  125.        familiar!
  126.     2) Set window size for SERVER.EXE to 148 K minimum (approx).
  127.     3) In SERVER.MB, add the line: ! {drive}{path}RM.bat
  128.     4) In your executable files directory, create the file RM.BAT with
  129.        the following text:
  130.         RLIMON /S [/switch2][/switch3]...
  131.        (Note the /S switch MUST be specified to disable all internal
  132.         keyboard, timer, and screen functions. All other switches may
  133.         be used as described earlier.)
  134.  
  135.     RLIMON will now run at every server cycle, which you have specified
  136.     in INIT.MB .
  137.  
  138.     NOTES:    It is recommended that "AUTO GM" be set to "NO" in INIT.MB
  139.         so the BBS DOES NOT DO AN AUTOMATIC DAILY CLEAN-UP, as some
  140.         messages may be deleted before they are printed!!! The best
  141.         way to handle a clean-up is to first; close Desqview (tm)
  142.         down to one bbs window, second; FORCE a print cycle using
  143.         CTRL-F, third; do a clean-up (GM). If RLIMON.DAT gets
  144.         out-of-sync with actual message numbers, just edit RLIMON.DAT
  145.         to reflect the next message number you wish to print, then
  146.         restart RLIMON.
  147.  
  148.     Send queries, suggestions, etc., to KJ4LQ @ KJ4LQ.VA.USA.NA, Ed,
  149.     Chesapeake, VA. 23320.
  150.