home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / CPRO1A.ZIP / C-PRO!.DOC < prev    next >
Text File  |  1994-02-19  |  6KB  |  168 lines

  1.                             C-Pro! v1.00
  2.  
  3.                     (c) Copyright 1994 Arthur Gould
  4.  
  5.           Activity Log Report Maker For Wildcat! 2.xx AND 3.xx.
  6.  
  7.                         Shareware Documentation
  8.  
  9.  
  10. About C-Pro!
  11.  
  12.    C-Pro! is a collection of three programs that enable operators
  13.    (Sysops) of Wildcat! versions 2.xx and 3.xx to automatically
  14.    create reports based on information contained in the activity
  15.    logs.
  16.  
  17.    The compiled information can be automatically formated to both
  18.    ANSI and ASCII bulletin files for viewing or download.
  19.  
  20.    The complete C-Pro! System consists of the following six files:
  21.  
  22.    CPROMAKE.EXE Used to setup and configure C-Pro!  
  23.  
  24.    C-PRO!.EXE   Activity log compiler.  Execute as a scheduled event.
  25.  
  26.    CPRO-RPT.EXE Creates ANSI or ASCII bulletins based on information 
  27.                 compiled using C-Pro!  Execute as a scheduled event.
  28.  
  29.    C-PRO!.DAT   A required data file.
  30.  
  31.    C-PRO!.DOC   This documentation file.
  32.  
  33.    REGISTER.DOC Registration Application
  34.  
  35.  
  36. Shareware:
  37.  
  38.    This program is released as shareware.  Shareware means that you
  39.    have limited use of this program for evaluation purposes only.  
  40.    In order to use this program, beyond the evaluation period, you
  41.    must become a registered user.  To become a registered user simply
  42.    fill out the registration application, and mail it, along with 
  43.    $10.00 US, to:
  44.  
  45.    Arthur A. Gould
  46.    633 Bristol Drive
  47.    Findlay, Ohio 45840
  48.  
  49.    Upon receipt of the registration application I will return to
  50.    you a registration certificate and validation code.  This
  51.    validation code will be useable for all future releases of
  52.    C-Pro and, when entered correctly, will stop the "begging" for
  53.    dollars entries, cancel the delay pauses and allow you to display
  54.    access and use of up to 39 bulletins and 48 doors!  Non-registered
  55.    versions allow you to display access of only 3 bulletins and
  56.    doors.
  57.  
  58.  
  59. Use:
  60.  
  61.    Unzip the contents of CPRO1.ZIP into an appropriate sub-directory.
  62.    I still run Wildcat! 2.55 so I placed everything in:
  63.  
  64.    C:\WILDCAT\CPRO!
  65.  
  66.    Change to this sub-directory and run the program CPROMAKE.EXE.
  67.    It should be noted that while you can enter more than three
  68.    bulletins and door names only the first three will be displayed
  69.    in the output file without a valid registration code.
  70.  
  71.    CPROMAKE.EXE will use the current DOS date and times as a default.
  72.    If you are going to compile data from an existing Activity log 
  73.    (and most of you are going to do just that) I would suggest you 
  74.    use the oldest date and time shown on the Activity log for your
  75.    reset dates/times.
  76.  
  77.    To register, enter the SysOps First Name, Last Name, the name of
  78.    the registered BBS along with the validation number EXACTLY as
  79.    shown on your registration certificate.
  80.  
  81.    Resetting a date will force the program to reset all appropriate
  82.    counters to zero.  
  83.  
  84.    For instance, assume you have 12 bulletins you are keeping track of,
  85.    you notice that bulletin 9 is never accessed and decide to replace
  86.    it with a different bulletin.  In order to correctly track it, 
  87.    relative to the other bulletins, you should reset the bulletin
  88.    date and time.  The same goes for doors.
  89.  
  90.    You are now ready to run C-PRO!.EXE.  The command syntax is:
  91.  
  92.    C-PRO! C:\WILDCAT\ACTIVITY.LOG
  93.  
  94.    Where C:\WILDCAT\ACTIVITY.LOG is the path and name of the log you
  95.    want to compile.  You can just as well have a command line of:
  96.  
  97.    C-PRO! C:\WILDCAT\WORK\NODE1\ACTIVITY.N01
  98.  
  99.    Upon finding the log C-Pro! will do three things.  First it will
  100.    run through it to see if it has been compiled before, if it
  101.    discovers that it has it will pick up the compilation process
  102.    from the last place it left off so it won't count the same
  103.    information twice.
  104.  
  105.    C-Pro! will then compile the information.
  106.  
  107.    While compiling C-Pro! will present a display showing total counts
  108.    and current status.  Some of the display may be a little cryptic
  109.    but I am sure you will be able to figure it all out. 
  110.  
  111.    Oh, to you sysops who, like me, are still running Wildcat! 2.xx, 
  112.    2.xx does not support menu hooks so you'll never get a count.
  113.  
  114.    When completed C-Pro! will append a line to the end of the log
  115.    showing the date and time it was last compiled.
  116.  
  117.    Now you can make your bulletins.  To make an ANSI bulletin run
  118.    the program CPRO-RPT.EXE.  The command syntax is:
  119.  
  120.    CPRO-RPT A/C:\WILDCAT\BULLETIN\BULL3.SCR
  121.  
  122.    where the switch A/ directs the program to format an ANSI"
  123.    file.  The alternative switch B/ directs the program to format the"
  124.    file as an ASCII file
  125.  
  126.    where C:\WILDCAT\BULLETIN\BULL3.SCR is the path and file"
  127.    name of your bulletin."
  128.  
  129.    On my Wildcat! system (still running version 2.55s, maybe with all
  130.    the money I am going to make on this program I can afford to 
  131.    upgrade, huh?).  Well, anyway, I run C-Pro as a daily event with
  132.    my CPRO.BAT file as follows:
  133.  
  134.    CD\WILDCAT\C-PRO!
  135.    C-PRO! ACTIVITY.LOG
  136.    CPRO-RPT A/C:\WILDCAT\BULLETIN\BULL3.SCR
  137.    CPRO-RPT B/C:\WILDCAT\BULLETIN\BULL3.BBS
  138.    CD\WILDCAT
  139.    CAT
  140.  
  141.    Of course your batch file will look a little different but this 
  142.    should give you an idea.
  143.  
  144.  
  145. Support:
  146.  
  147.    Support for C-Pro! is provided by The East Side Of Findlay
  148.    BBS which can be reached by modem at (419) 425-0517.
  149.  
  150.    Callers have full access on first call!
  151.  
  152.  
  153. Warranty:
  154.  
  155.    C-Pro! is supplied AS IS, and there is no warranty of any type 
  156.    expressed or implied, including, without limitation, the warranties
  157.    of merchantability and of the fitness for any purpose.   Neither
  158.    the author nor the publisher assume any liability for damages, 
  159.    direct or consequential, which may result from the use of C-Pro!
  160.  
  161.  
  162. Authors Note:
  163.  
  164.    This routines were fully tested on several 8088, 80286, 80386 and
  165.    80486 clone systems and operated without any problems.
  166.  
  167.  
  168.