home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / DOS / MCUV006.EXE / mcuview.doc < prev    next >
Encoding:
Text File  |  1997-08-18  |  6.2 KB  |  145 lines

  1.                                                                   │
  2.                                                                  ─·───
  3.                ┌────┬────┌──────┌──┐ ┌──┌──┬──┌──┌─────┌──┬───┬──┐
  4.                │    │    │   ┌──│  │ │  │  │  │  │  ───│  │   │  │
  5.                │  │   │  │   └──│  └─┘  │     │  │  ───│    │    │
  6.                └──┴───┴──└──────└───────└─────└──└─────└────┴────┘
  7.                                    Version 0.6
  8.                       (C)opyright 1997 by Grischa Brockhaus
  9.     ─────────────────────────────────────────────────────────────────────────
  10.  
  11.     Introduction:
  12.  
  13.     I sometimes used MCMVIEW, an util found in the MCMAIL archive. But I
  14.     didn't use it too often and I wondered why. MCMVIEW is an util for
  15.     getting informations about the active lines. But I wanted to be informed
  16.     a lot more ! And I want to *use* these informations immidiate. This is
  17.     done well for the MCMAIL informations, but the BBS is handled very poor.
  18.     The reason is clear: MCMVIEW is mainly an util for MCMAIL, the BBS is
  19.     handled generally and not software specific.
  20.  
  21.     So I started to write my own "MCMVIEW". Because it growed from an util,
  22.     that was a part of my MCMUTiL, I called it MCUVIEW. I implemented most
  23.     of the MCMVIEW features and enhanced them with RA2 specific stuff.
  24.     ( I'm using RA2 and MCMUTiL was coded for MCM sysops using RA2. )
  25.  
  26.     ─────────────────────────────────────────────────────────────────────────
  27.  
  28.     Features:
  29.  
  30.     MCUVIEW is in some parts still a kind of raw, because it is very new
  31.     and I only want to show the way, MCUVIEW will go. But it is already
  32.     more fun for me, to use it instead of MCMVIEW, because I added some
  33.     multinode features, I often use now. MCUVIEW will grow, I have many
  34.     nice ideas for making a Multiline Viewer more fun.
  35.  
  36.     So what do we have here already ?
  37.  
  38.     # An enhanced logfileviewer. It will display all connection of all lines
  39.       detected for MCMAIL and RA in one list. You may view the depending
  40.       logcuttings.
  41.  
  42.     MCMAIL specific stuff:
  43.  
  44.     # The multinode viewer as known from MCMVIEW. But the windows may be
  45.       moved and resized to fit the screen the way you prefer it.
  46.     # An Outbound-Manager with all functions known from MCMAIL.
  47.     # All line-controls known from MCMVIEW.
  48.     # All-line controls implemented yet: Hotkey S, N and B (Scan outbound,
  49.       scan for personal mail and bundle mail)
  50.  
  51.     RemoteAccess specific stuff:
  52.  
  53.     # Internal VIEWRA. This means: If an online user is detected, the line
  54.       viewer won't be cleared as known from MCMVIEW, but a screen is
  55.       displayed immidiate showing infos about the user including USERDOES
  56.       infos. This means: MCUVIEW will display self updating line
  57.       informations in all situations, i could think about.
  58.     # If you like, MCUVIEW can install a "faked RA node" after its startup.
  59.       This means: MCUVIEW will install itself as a local online user on a
  60.       line not used by your system. An online user will be able to interact
  61.       with MCUVIEW as if an normal user would be logged on.
  62.       While in MCUVIEW you can log on or off from this node or open it
  63.       automaticaly at MCUVIEW's startup.
  64.     # You may send online messages to online users.
  65.     # MCUVIEW will receive online messages from online users to the fake
  66.       node.
  67.     # The multiline chat of your BBS may be started in local mode to chat
  68.       with the online user(s).
  69.     # You may kick online users.
  70.     # Internal busy per hour viewer. RA's internal viewer has a bug. If the
  71.       line is online for more than 3 years, it will display wrong values.
  72.       The bph-viewer of MCUVIEW will display the correct values.
  73.  
  74.     ─────────────────────────────────────────────────────────────────────────
  75.  
  76.     Quick start:
  77.  
  78.     1.) Edit MCUVIEW.CFG. It is well commented.
  79.     2.) Copy the newest MCMAIL?.NOD to MCMAIL.NOD, when a line is running.
  80.     3.) Start MCUVIEW /? . You will see a brief listing of the parameters
  81.         and some examples, how to run it.
  82.     4.) Understand the brief help ;) and start MCUVIEW with the correct
  83.         parameters.
  84.  
  85.     ─────────────────────────────────────────────────────────────────────────
  86.  
  87.     Needed:
  88.  
  89.     - DOS 3.0 or higher (for the DOS version only, of course)
  90.     - When MCM is running, copy a MCMAIL?.NOD in the MCMTMP directory to
  91.       MCMAIL.NOD. MCUVIEW needs this to examine nodedatas.
  92.  
  93.     ─────────────────────────────────────────────────────────────────────────
  94.  
  95.     Tips:
  96.  
  97.     1) Newest versions:
  98.  
  99.     The newest version of MCUVIEW may be requested at my site (2:2410/1005)
  100.     analog or via ISDN with the magic MCUVIEW. If you don't have MCMUTiL
  101.     already and want to have a look at it, request the magic MCMUTIL.
  102.  
  103.     2) OS/2 version:
  104.  
  105.     An OS/2 version of MCUVIEW is already ready. Request the magic MCUVIEW2
  106.  
  107.     3) Screen size:
  108.  
  109.     MCUVIEW will maintain the screensize. So I use a batch for my 3-line
  110.     viewer:
  111.  
  112.     @MCUMODE 80 43
  113.     @MCUVIEW.EXE /VIEW=3 /NOERR
  114.     @MCUMODE 80 25
  115.  
  116.     MCUMODE is a tool found in the MCMUTiL distribution archive. 43 lines
  117.     are perfect for viewing all of my 3 lines on one screen.
  118.  
  119.     ─────────────────────────────────────────────────────────────────────────
  120.  
  121.     Registration:
  122.  
  123.     MCUVIEW is an util distributed under the shareware concept. This means:
  124.     You may use and test MCUVIEW for about a month. If you like to use it
  125.     after this evaluation period, you have to pay for MCUVIEW. MCUVIEW is
  126.     -relating to the registration- still a part of MCMUTIL and will be
  127.     registered together with MCMUTIL with one key. This means: If you are
  128.     already registered for MCMUTiL you are already registered for MCUVIEW,
  129.     too. Only copy MCMUTIL.KEY in the directory of MCUVIEW.
  130.  
  131.     Else have a look into the registration forms, I've added to the
  132.     distribution archive of MCUVIEW.
  133.  
  134.     After registering MCUVIEW, the randomized shareware delay at the starup
  135.     will be gone.
  136.  
  137.     ─────────────────────────────────────────────────────────────────────────
  138.  
  139.     Well, ..
  140.  
  141.     .. I thing this was all I had to say here. Only one more: I hope you
  142.     will have the same fun using MCUVIEW as me. :-)
  143.  
  144.     Grischa Brockhaus, in August '97
  145.