home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tstat16.zip / TSTAT.DOC < prev    next >
Text File  |  1993-03-23  |  7KB  |  202 lines

  1.         
  2.             TechnoSTAT v1.6 Documentation
  3.               Copyright (C) 1993 by Eric Scales
  4.  
  5. ==============================================================================
  6.  
  7.                   What does it do?
  8.  
  9.     TechnoSTAT simply reads in your PCBSTATS.DAT file and generates a
  10. bulletin from this file.  TechnoSTAT will only work with PCBoard systems!!!
  11. TechnoSTAT will generate either a SYSTEM-Wide bulletin, or a node specific
  12. bulletin. (You specify this on the commandline)  TechnoSTAT generates the 
  13. file in PCBoard Color Codes.  This will result in a faster and easier display
  14. with PCBoard.  
  15.                  
  16.                  D I S C L A I M E R
  17.     
  18.     TechnoSTAT is a shareware product.  TechnoSTAT may be uploaded to BBS  
  19. systems as long as the current zip file is maintained, and there are no
  20. attempts to remove copyrights, or change the EXE internally.  TechnoSTAT may
  21. not be disassembled or hacked in any way, shape, or form!  TechnoSTAT has no
  22. warranty, express or implied, for unregistered copies!  Registered owners are
  23. guarantied that TechnoSTAT will perform the tasks mentioned in this document.
  24. If TechnoSTAT does not perform the way it should, an attempt by the author 
  25. will be made to fix the problem.  E.D.S. Development will not be held 
  26. responsible for any damage caused to your system! It works fine here and it
  27. should work fine there. There are no refunds!  You are allowed to use 
  28. TechnoSTAT free of charge for 30 days.  When the 30 days is over you must
  29. either destroy your copy of TechnoSTAT or you must register it with the 
  30. author. (SEE TSTAT.REG)
  31.             
  32.             A C K N O W L E D G E M E N T S 
  33.  
  34.     I would like to thank all the people on the PCBoard support staff..
  35. They put up with me no matter how stupid the question is.  I would also like
  36. to thank Cam Debuck and Stacy Smith for their help and attention.  Without
  37. any of these people, this program would not have been possible.  Thanks Guys!
  38. I would also like to thank our huge amount of Beta testers!  Thanks for
  39. testing TechnoSTAT!  (And anyone else that helped me that I cannot recall)
  40.  
  41.  
  42.       T E C H N O S T A T   C O M M A N D L I N E   S Y N T A X
  43.  
  44.     The commandline syntax of TechnoSTAT is pretty simple.. Simple type
  45. TSTAT (Full path and filename of PCBSTATS.DAT) (Full path and filename of
  46. output file) (SYSTEM wide Statistics or Node statistics)
  47. For System stats:
  48.  
  49.   ie.,  TSTAT C:\PCB\GEN\PCBSTATS.DAT C:\PCB\GEN\BLT1 SYSTEM
  50.  
  51. For Node 1 stats:
  52.  
  53.   ie.,  TSTAT C:\PCB\GEN\PCBSTATS.DAT C:\PCB\GEN\BLT1 1
  54.  
  55.     You can also type TSTAT at the command prompt and it will show you
  56. the correct commandline syntax.
  57.  
  58.     You can put TechnoSTAT in either your $$LOGOFF.BAT, or your daily
  59. event.  I prefer the $$LOGOFF.BAT so that the Last caller is always updated
  60. correctly..
  61.  
  62.            C O L O R    C O N F I G U R A T I O N
  63.  
  64.     You can edit the file TSTATCLR.CFG with any ASCII text editor that
  65. you like.  It contains the color codes needed for generating the bulletins.
  66. They MUST be PCBoard color codes.  You can find a list of these codes in
  67. your manual, or refer to the chart included in this zipfile. (PCBCOLOR.COD)
  68.  
  69.        (COLORS CAN ONLY BE CONFIGURED IN THE REGISTERED VERSION!!)
  70. NOTE:  TSTATCLR.CFG does not have to be present for registered users..  
  71.        TechnoSTAT will simply loadup with defaults if it is not
  72.  
  73.        TSTATCLR.CFG does not have to be present for unregistered users..  
  74.        TechnoSTAT makes no attempt to load the file into memory for 
  75.        unregistered users. (It simply loads defaults)
  76.  
  77. The format of the file is as follows:
  78.  
  79.  @X0D     Line that says "Registration #"  (Color of the number is always
  80.                         Dark Gray)
  81.  @X0E     Line that says "Stats gathered on.." (Time and data are seperate)
  82.  
  83.  @X0C     Color of date that stats were generated on
  84.  
  85.  @X0C     Color of time stats were generated on
  86.  
  87.  @X0F     Line that says "System Statistics" or "Node 1 Statistics" etc.
  88.  
  89.  @X10     Left triangle border of box
  90.  
  91.     ┌───────────────────────────────────────────────────────────────
  92.     │
  93.     │
  94.     └
  95.      (NOTE!!  THIS IS NOT THE ACTUAL SIZE!!)
  96.  
  97.  @X19     Right triangle border of box
  98.                                        ┐
  99.                                        │
  100.                                        │
  101.      ──────────────────────────────────────────────────────────────┘
  102.      (NOTE!!  THIS IS NOT THE ACTUAL SIZE!!)
  103.  
  104.  @X1B     Line that says "Last (System/Node) Caller"
  105.  
  106.  @X1A     Last System/Node Caller
  107.  
  108.  @X1B     Line that says "Total Messages"
  109.  
  110.  @X1A     Total Messages
  111.  
  112.  @X1B     Line that says "Total Calls"
  113.  
  114.  @X1A     Total Calls
  115.  
  116.  @X1B     Line that says "Total Uploads"
  117.  
  118.  @X1A     Total Uploads
  119.  
  120.  @X1B     Line that says "Total Downloads"
  121.  
  122.  @X1A     Total Downloads
  123.                 
  124.  @X07     Line that says "Registered To:"
  125.  
  126.  @X07     BBS Name
  127.                 
  128.                 E R R O R L E V E L S
  129.  
  130.  
  131.      0  Successful
  132.  
  133.      1  Not enough command line arguments
  134.  
  135.      2  Could not open the PCBSTATS.DAT file (First command line argument)
  136.  
  137.      3  Could not create output file (Second command line argument)
  138.     (No need to delete this file before running TechnoSTAT because if the
  139.     file is present, it gets overwritten)
  140.  
  141.      4  If your Key file was detected, TechnoSTAT was unable to open it..
  142.  
  143.      5  The file seek to the proper node in PCBSTATS.dat was not successful..
  144.  
  145.      6  When doing a node specific generations, an invalid node number was
  146.     entered..
  147.  
  148.      7  Error reading in the PCBSTATS.DAT file...
  149.  
  150.      8  Error reading your Key file...
  151.  
  152.      9  If TSTATCLR.CFG was found, an error occured opening the file...
  153.  
  154.     10  Error occurred while reading in TSTATCLR.CFG file...                        
  155.     
  156.  
  157.                 R E G I S T E R I N G
  158.  
  159.     If you wish to register, please fill out TSTAT.REG and upload it to
  160. E.D.S. Development..  (Keep reading and you'll see the number)  After you 
  161. upload the file, I will send you a message that will have your security code
  162. and serial number.  You can then enter these into StatKey and it will 
  163. generate your key for you..
  164.  
  165.      Registration does the following things..
  166.  
  167.     (1) Displays your Serial Number (Instead of UNREGISTERED) in the
  168.         bulletin..
  169.  
  170.     (2) Lets you get access to the 80386 (i80486) and 80286 code specific
  171.         compilations..
  172.  
  173.     (3) You get a 10 line or less add at the end of the docs..
  174.  
  175.     (4) The delays at the end are removed..
  176.  
  177.     (5) Lets you configure the colors for TechnoSTAT..
  178.     
  179.     (6) You support shareware and make me happy.. <G>
  180.  
  181.                   I D E A S
  182.  
  183.     If you have any ideas about features or options to add to TechnoSTAT
  184. then please write Eric Scales a message on E.D.S. Development, Salt Air BBS,
  185. or send me a private routed message to Site#1620 (EDSDEVELOP) on either RIME,
  186. or AccessNET.
  187.  
  188.  
  189.     Thanks!!  If you have any problems, please do not hesitate to call
  190. Eric Scales at one of these numbers:
  191.  
  192.     E.D.S. Development  (812) 423-3394   24hrs/7 days per week
  193.     Voice               (812) 464-2363   3:30pm - 10pm CST
  194.     Fax                 (812) 425-5060   8am - 3:30pm CST
  195.  
  196.     
  197.     Address:
  198.     
  199.     Eric Scales
  200.     6400 Lively Lane
  201.     Evansville, IN  47720
  202.