home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / CEREBRUM / WWLN100.ZIP / LASTNET.DOC < prev    next >
Text File  |  1995-06-24  |  4KB  |  92 lines

  1. ┌───────────────────[ A Cerebrum Programming Production ]────────────────────┐
  2. │                                                                            │
  3. │                              LastNet v1.0                                  │
  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 can be run as a logon event or a standalone program.  No matter which
  19. method you use, it must be run from your BBS main directory.  It accepts only
  20. two commandline parameters (both optional):
  21.  
  22.         LASTNET <chain.txt> <path to mailer history files>
  23.  
  24.         <chain.txt> is the path and filename to the dropfile created by WWIV.
  25.         Most often, this is passed as "%1" from a batch file.
  26.  
  27.         <mailer history> is the path where your INBOUND.HIS and OUTBOUND.HIS
  28.         (created by FrontDoor, InterMail and other mailers) are stored.
  29.  
  30. The simplest way to run LastNet is as a logon event.  Add the following line
  31. to your LOGON.BAT (defined in INIT):
  32.  
  33.         LASTNET %1 <optional path to mailer history files>
  34.  
  35. If you would rather create the LASTNET.ANS/LASTNET.MSG files in your GFILES\
  36. directory and display them yourself (using a source code modification), just
  37. type:
  38.  
  39. LASTNET <optional path to mailer history files>
  40.  
  41. III. Registration.
  42.  
  43. LastNet is another fine Cerebrum product.  Cerebrum is a group of loosely
  44. affiliated, but very skilled programmers working to provide creative solutions
  45. for WWIV sysops.  (Several of Cerebrum's staff are WWIV support Sites!)  Show
  46. your support to keep high quality Cerebrum products coming!
  47.  
  48. Registration is only $5.00!
  49.  
  50. Fill out the enclose ORDER.FRM or send your registration to:
  51.  
  52.     Frank Reid
  53.     9350 Harvest Way
  54.     Laurel, MD 20723
  55.  
  56. IV. Disclaimer.
  57.  
  58. The author makes no warranties, expressed or implied, as to the quality or
  59. performance of this program.  Your use of this program constitutes your
  60. release of the author from liability or litigation for any indirect or
  61. consequential damages arising from the use of this program or its associated
  62. files.
  63.  
  64. In no event will the author be liable to you for any damages, including any
  65. lost profits, lost savings or other incidental or consequential damages
  66. arising out of your use or inability to use the program, or for any claim by
  67. any other party.
  68.  
  69. V.  Support.
  70.  
  71. I can be contacted on several WWIV networks, Fidonet and Internet, at one of
  72. the following addresses:
  73.  
  74.         WWIVnet    :   1@8213
  75.         IceNET     :   1@3104
  76.         TerraNet   :   1@3104
  77.         FILEnet    :   1@1160
  78.         Fidonet    :   1:109/568
  79.         Internet   :   Frank.Reid@f568.n109.z1.fidonet.org
  80.  
  81. You can always find the latest release (and more than 1GB of Sysop-specific
  82. utilities, doors and source modifications!) on:
  83.  
  84.                               Eagle's Dare
  85.                              (301) 498-1984
  86.                              28.8k/24 Hours
  87. VI. History.
  88.  
  89. Version 1.00 (06/24/95)
  90.   - Initial release
  91.  
  92.