home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / TS10.ZIP / TS.DOC < prev    next >
Encoding:
Text File  |  1991-12-05  |  7.3 KB  |  194 lines

  1.  
  2.  
  3.  
  4.            TOMCAT STATISTIC OUTPUT SCREEN GENERATOR - "TS"
  5.  
  6.                   Copyright(c) 1991 - 1992 By: Roel Sarceno
  7.  
  8.              Support BBS: Video ViSion BBS (916)682-1655
  9.  
  10.  
  11.     /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  12.    /                                              \
  13.    \ Check the end of the page to qualify for a free or discount copy /
  14.    /                                      \
  15.    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  16.  
  17.  
  18.  PURPOSE: TOMCAT STATISTIC OUTPUT SCREEN GENERATOR (TS) - creates an
  19.           output file (usually named TOMCAT.BBS) which contains
  20.       statistical information regarding Tomcat's activity.  This
  21.       info contains how many times Tomcat was run, system time
  22.       usage, number of download and upload, packets, average, etc.
  23.       This file is updated every time a user enters tomcat via
  24.       MAIL.BAT.  This will provide your user an online up to date
  25.       information. One of the nice feature of this shareware is the
  26.       capability to display different output format with a max of
  27.       999 format to chose from.
  28.  
  29.  
  30.  INSTALLATION: This package should include 3 executable files.
  31.                (TS88.EXE for 8088 computers, TS286.EXE for 80286
  32.            computers and TS386 for 80386 and newer computers system)
  33.  
  34.      Step 1.  Create a dir. (will assume a dir name of c:\wc30\tomstat)
  35.  
  36.      Step 2.  Copy the following files in the c:\wc30\tomstat dir
  37.           TS88.EXE, TS286.EXE, TS386.EXE and all file TSFORMAT.xxx
  38.  
  39.           NOTE: You don't need all the exe files.  You only
  40.           need the one which matches you computer system.
  41.           The first time TS run it will use the format
  42.           TSFORMAT.001.  The second time it run it will use
  43.           TSFORMAT.002 and so on. When it reach the last format
  44.           it will switch back to 001.  You can have up to 999
  45.           different formats.  It is important that you don't
  46.           skip a format.  If you have format 001, 002 and 004
  47.           but no 003, TS will only run 001 then 002 then back
  48.           to 001 again. It will never find 004.
  49.  
  50.      Step 3.  Update your MAIL.BAT which should be located in
  51.            WILDCAT's root dir.
  52.  
  53.           c:\wc30\tomstat\TSxxx /MARK
  54.           c:\wc30\tomcat
  55.           c:\wc30\tomstat\TSxxx /Oc:\wc30\disp\tomcat.bbs
  56.  
  57.           Note: TSxxx is either TS88 or TS286 or TS386
  58.  
  59.           The first line is mandatory.  The only parameter
  60.           needed is /MARK
  61.  
  62.           The second line is use to invoke tomcat
  63.  
  64.           The third line specify the output file.  Other
  65.           parameters are also available for the third line.
  66.  
  67.           /Fxxx - This force TS to use a specific format
  68.               example: /F003 - will use TSFORMAT.003
  69.  
  70.           /S    - Enable file sharing mode. (For register user
  71.                   only)
  72.  
  73.           /Rxxx - This will disable the delay time and speed
  74.               things up a bit. (For register user only)
  75.  
  76.           For IBM PC\XT (8086\8088) or comp (see MAIL1.BAT)
  77.           For IBM AT (80286) or comp (see MAIL2.BAT)
  78.           For IBM AT (80386) or comp (see MAIL3.BAT)
  79.           For all type of systems (see MAIL4.BAT)
  80.  
  81.      Step 4.  If you want to reset the history files change to
  82.           sub dir c:\wc30\tomstat and run TSxxx /RESET
  83.           This option will reset all counters to 0.  This
  84.           option will not update TOMCAT.BBS until MAIL.BAT
  85.           is invoke.
  86.  
  87.  
  88.  
  89.  Version 1.0 (12\05\91)
  90.  
  91.      *  Up to date Tomcat Activity statistic (not event)
  92.      *  Supports up to 999 different output format.
  93.      *  User can customize the output format.
  94.      *  Supports 286 and 386 specific language instruction
  95.      *  Support file locking. (not record locking)
  96.      *  Execution speed was bench mark from 1 to 3 seconds
  97.     on an IBM 386sx.
  98.      *  Option to force output file format.
  99.  
  100.  
  101.  
  102.  GUIDE LINES IN CREATING FORMAT FILES. (see sample files)
  103.  
  104.     1.  By now any WILDCAT sysop should be familiar in creating display
  105.         file.  TSFORMAT.xxx is about the same thing with additional codes
  106.     2.  Use Wildcat color code instead of ansi codes.  This will allow
  107.         the format to work both in color and non color mode.
  108.     3.  Do not use WILDCAT system and user codes if your format
  109.     contains border line.
  110.     4.  Limit to 15 lines max to avoid screen overflow.
  111.     5.  End each format with code @OE@ to change the color to yellow
  112.         foreground with black background.
  113.  
  114.  
  115.  
  116.   TS FORMAT CODES:
  117.  
  118.      @TS-LEFT-PREVIOUSUSERFULLNAME@ - User name left justified
  119.      @TSCENTERPREVIOUSUSERFULLNAME@ - User name centered
  120.      @TS-RIGHTPREVIOUSUSERFULLNAME@ - User name right justified
  121.      @STARTD@ - Starting Date
  122.      @ENDATE@ - Ending Date
  123.      @TSUSEL@ - Total no. Tomcat was run in local mode
  124.      @TSUSEO@ - Total no. Tomcat was run in online mode
  125.      @TSUSED@ - Total no. Tomcat was run in both on-line + local mode
  126.      @TSHRSS@ - Total no. of hrs use
  127.      @TSMINS@ - Total no. of mins use
  128.      @TSPCUP@ - Total number of Packets (QWK) Uploaded
  129.      @TSPCDN@ - Total number of Packets (QWK) downloaded
  130.      @TSMGUP@ - Total no of messages uploaded
  131.      @TSMGDN@ - Total no of messages downloaded
  132.      @TSPERS@ - Total no of personal messages
  133.      @TIMENW@ - Current time.
  134.      @TSAVGH@ - Avg Hrs per usage
  135.      @TSAVGM@ - Avg Mins per usage
  136.      @TSAVGL@ - Avg Lines per message
  137.      @TSAVGU@ - Avg no of message per packet (upload)
  138.      @TSAVGD@ - Avg no of message per packet (download)
  139.  
  140.  
  141.  
  142.  
  143.   TS FORMAT CONTRIBUTORS
  144.  
  145.      TSFORMAT.001 - Roel Sarceno of Video ViSion BBS (916) 682-1655
  146.      TSFORMAT.002 - Roel Sarceno of Video ViSion BBS (916) 682-1655
  147.      TSFORMAT.003 - Roel Sarceno of Video ViSion BBS (916) 682-1655
  148.      TSFORMAT.004 - Roel Sarceno of Video ViSion BBS (916) 682-1655
  149.      TSFORMAT.005 - Roel Sarceno of Video ViSion BBS (916) 682-1655
  150.      If you contribute any format your name will be added here.
  151.  
  152.  
  153.  
  154.   DISCLAIMER
  155.  
  156.      I do not warrant that the functions of the software will meet your
  157.      specific requirements or TOMCAT STATISTIC OUTPUT SCREEN GENERATOR
  158.      operation will be error-free or uninterrupted.  I have endeavored
  159.      to minimize defects and errors on TOMCAT STATISTIC OUTPUT SCREEN
  160.      GENERATOR.  However, You (WILDCAT SYSOP) assume the risk of any
  161.      damage or loss from it's use.
  162.  
  163.      Please use REGISTER.FRM to register TOMCAT STATISTIC OUTPUT SCREEN
  164.      GENERATOR.  As a register user you can by pass the delay time and
  165.      activate /S for file share mode.  As always all updates are free to
  166.      register user.
  167.  
  168.            If you experience any problems or for latest update call:
  169.  
  170.                              Video ViSion BBS
  171.                             THE GRAPHIC LIBRARY
  172.                           (916) 682-1655 / 24 Hrs
  173.                           300-1200-2400-9600-19200
  174.  
  175.  
  176.  
  177.  
  178.              /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  179.              \                                  /
  180.              /                 SPECIAL OFFER                  \
  181.              \                                  /
  182.              /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  183.  
  184.  
  185.      For every file format you design and willing to share with other's
  186.      you can deduct $2 from the registration fee.  A total of 5 or more
  187.      formats entitled you to a free register version of TS.  File
  188.      format's should be uploaded to Video ViSion BBS (916) 682-1655.
  189.      Upon review of your format you will be notify thru Video ViSion
  190.      message section if your design is acceptable or not.  Please do
  191.      not send in your registration form until the format has been
  192.      review.  This offer is only good up to the first 994 formats.
  193.  
  194.