home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / CEREBRUM / WWLN102.ZIP / LASTNET.DOC < prev    next >
Text File  |  1995-08-12  |  4KB  |  100 lines

  1. ┌───────────────────[ A Cerebrum Programming Production ]────────────────────┐
  2. │                                                                            │
  3. │                              LastNet v1.02                                 │
  4. │                        WWIV Network Summary Lister                         │
  5. │                   Copyright (c) 1993-1995 by Frank Reid                    │
  6. │                            All Rights Reserved                             │
  7. │                                                                            │
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10. I. Introduction.
  11.  
  12. Do you users log on complaining about the busy signal, not realizing you just
  13. processed a 4MB network packet or 20MB of files from Fidonet?  LastNet lets
  14. 'em know what the network activity's been!
  15.  
  16. II. Installation.
  17.  
  18. LastNet includes a separate configuration utility, LNCONFIG.  Using LNCONFIG,
  19. you can modify whether to display the fancy (steely-bar style) header and all
  20. the colors for the border, header and listing text.  Simply run LNCONFIG in
  21. the directory containing LASTNET.EXE, and it will prompt you for the changes.
  22.  
  23. LastNet can be run as a logon event or a standalone program.  No matter which
  24. method you use, it must be run from your BBS main directory.  It accepts only
  25. two commandline parameters (both optional):
  26.  
  27.         LASTNET <chain.txt> <path to mailer history files>
  28.  
  29.         <chain.txt> is the path and filename to the dropfile created by WWIV.
  30.         Most often, this is passed as "%1" from a batch file.
  31.  
  32.         <mailer history> is the path where your INBOUND.HIS and OUTBOUND.HIS
  33.         (created by FrontDoor, InterMail and other mailers) are stored.
  34.  
  35. The simplest way to run LastNet is as a logon event.  Add the following line
  36. to your LOGON.BAT (defined in INIT):
  37.  
  38.         LASTNET %1 <optional path to mailer history files>
  39.  
  40. If you would rather create the LASTNET.ANS/LASTNET.MSG files in your GFILES\
  41. directory and display them yourself (using a source code modification), just
  42. type:
  43.  
  44. LASTNET <optional path to mailer history files>
  45.  
  46. III. Registration.
  47.  
  48. LastNet is another fine Cerebrum product.  Cerebrum is a group of loosely
  49. affiliated, but very skilled programmers working to provide creative solutions
  50. for WWIV sysops.  (Several of Cerebrum's staff are WWIV support Sites!)  Show
  51. your support to keep high quality Cerebrum products coming!
  52.  
  53. Registration is only $5.00!
  54.  
  55. Fill out the enclose ORDER.FRM or send your registration to:
  56.  
  57.     Frank Reid
  58.     9350 Harvest Way
  59.     Laurel, MD 20723
  60.  
  61. IV. Disclaimer.
  62.  
  63. The author makes no warranties, expressed or implied, as to the quality or
  64. performance of this program.  Your use of this program constitutes your
  65. release of the author from liability or litigation for any indirect or
  66. consequential damages arising from the use of this program or its associated
  67. files.
  68.  
  69. In no event will the author be liable to you for any damages, including any
  70. lost profits, lost savings or other incidental or consequential damages
  71. arising out of your use or inability to use the program, or for any claim by
  72. any other party.
  73.  
  74. V.  Support.
  75.  
  76. I can be contacted on several WWIV networks, Fidonet and Internet, at one of
  77. the following addresses:
  78.  
  79.         WWIVnet    :   1@8213
  80.         IceNET     :   1@3104
  81.         TerraNet   :   1@3104
  82.         FILEnet    :   1@1160
  83.         Fidonet    :   1:109/568
  84.         Internet   :   Frank.Reid@f568.n109.z1.fidonet.org
  85.  
  86. You can always find the latest release (and more than 1GB of Sysop-specific
  87. utilities, doors and source modifications!) on:
  88.  
  89.                               Eagle's Dare
  90.                              (301) 498-1984
  91.                              28.8k/24 Hours
  92. VI. History.
  93.  
  94. Version 1.00 (06/24/95)
  95.   - Initial release
  96.  
  97. Version 1.02 (08/12/95)
  98.   - Includes LNCONFIG to configure colors/headers.
  99.   - Some minor changes to the coding.
  100.