home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BBSTAT.ZIP / BBSTAT.DOC next >
Text File  |  1994-03-10  |  4KB  |  78 lines

  1. BBSTAT initial release 3/10/94.
  2.  
  3. BBSTAT is a simple program for summarizing the Maximus BBSTATxx.BBS files
  4. on a multi-node system.
  5.  
  6. To use the program simply execute it at logon with a single argument
  7. being the node number.  I do this in my LOGO.MEC file like this:
  8.  
  9. ------------------------------------------------------------------------
  10. [isremote][xtern_run]@c:\max\bbstat.exe %k
  11.  
  12.                   +----------------------------------------+
  13.                   |   OS/2 Shareware BBS                   |
  14.                   |   Operating 24 hours                   |
  15.                   |   7 days/wk, 12 Phone Lines            |
  16.                   |                                        |
  17.                   |   4 lines with USR HST Dual Standard   |
  18.                   |   8 lines with USR Sportster           |
  19.                   |                                        |
  20.                   |   Open Access:        703-385-4325     |
  21.                   |   Subscriber Access:  703-385-8450     |
  22.                   |                                        |
  23.                   |   Fax:                703-385-6908     |
  24.                   |                                        |
  25.                   |   Your System Operator: Pete Norloff   |
  26.                   +----------------------------------------+
  27.  
  28. Real Names only, please.
  29.  
  30.  
  31. ------------------------------------------------------------------------
  32.  
  33. BBSTAT creates a file called LINESTxx.BBS which contains a single line
  34. of text that looks like this:
  35.  
  36. You are caller number 346,085 overall, and caller number 284 today.
  37.  
  38. I display this file to the user at the end of my WELCOME.MEC file with
  39. the single MECCA command "[link]linest*" like this:
  40.  
  41. ------------------------------------------------------------------------
  42. [cls onexit]Misc\Bulletin
  43.                     [lightred on blue]┌───────────────────────────────────────┐[white]
  44.                     [lightred on blue]│                                       │[white]
  45.                     [lightred on blue]│ [yellow on blue      ]      the OS/2 Shareware BBS          [lightred on blue]│[white]
  46.                     [lightred on blue]│ [lightmagenta on blue]   The world's largest collection     [lightred on blue]│[white]
  47.                     [lightred on blue]│ [lightmagenta on blue]   of freeware and shareware OS/2     [lightred on blue]│[white]
  48.                     [lightred on blue]│ [lightmagenta on blue]      files and information.          [lightred on blue]│[white]
  49.                     [lightred on blue]│                                       │[white]
  50.                     [lightred on blue]│ [lightgreen on blue  ]  P.O. Box 3451 Fairfax, Virginia     [lightred on blue]│[white]
  51.                     [lightred on blue]│ [lightgreen on blue  ]             22038-3451               [lightred on blue]│[white]
  52.                     [lightred on blue]│                                       │[white]
  53.                     [lightred on blue]└───────────────────────────────────────┘[white]
  54.  
  55.  
  56. [yellow]Logging [user], calling from [city]  [date] at [time]
  57.  
  58. [lightgreen]You last called on [lastcall].
  59.  
  60. [yellow]You are the [syscall] caller on this node and this is your [usercall] call.
  61.  
  62. [link]linest*
  63. [enter]
  64. ------------------------------------------------------------------------
  65.  
  66. And that's about it.
  67.  
  68. One further detail.  BBSTAT can be used to display all of the info in
  69. each of the BBSTATxx.BBS files by executing it with the single parameter
  70. "disp" or "DISP".  This will list the contents of these files to the
  71. screen and will not write out a LINESTxx.BBS.
  72.  
  73. BBSTAT expects to be executing in the Maximus directory where the
  74. BBSTATxx.BBS files are.
  75.  
  76. Pete Norloff
  77.  
  78.