home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMTRBBS / DSPAGE20.ZIP / DSPAGE.DOC < prev    next >
Encoding:
Text File  |  1993-07-02  |  7.1 KB  |  181 lines

  1.                        ═╦══╗ ╝ ╔══╗ ╔═══ ╔═══ ╦══╗ ╦══╗
  2.                         ║  ║   ╠══╣ ║ ╔╗ ║ ╔╗ ╠═   ╠═╦╝
  3.                        ═╩══╝   ╩  ╩ ╚══╝ ╚══╝ ╩══╝ ╩ ╩═
  4.                            ╔══╗ ╦  ╦ ╔══╗ ╔══╗ ╦ ╔═
  5.                            ╚══╗ ╠══╣ ║  ║ ║    ╠═╩╗
  6.                            ╚══╝ ╩  ╩ ╚══╝ ╚══╝ ╩  ╩
  7.  
  8.                      It's not Shareware.  It's SHOCKWARE!
  9.  
  10.                               DSPage Version 2.0
  11.                   D'Agger Shock's Page Bell Changer/Notifier
  12.              Copyright 1993 by D'Agger Shock, All Rights Reserved
  13.                                  July 1, 1993
  14.  
  15. ==============================================================================
  16.  
  17.                                   SHOCKWARE
  18.                                   ~~~~~~~~~
  19.     This program is distributed on the Shockware basis. It is NOT crippled
  20.     in any way. If you like it, and you use it, I ask that you please
  21.     register. REGISTER.TXT is included with this archive. By registering,
  22.     you will keep updates and other quality software coming!
  23.  
  24.                                    WARRANTY
  25.                                    ~~~~~~~~
  26.     This program is distributed without warranty. D'Agger Shock will not be
  27.     liable in any way for any damages caused from the use of this program.
  28.     There is no guarantee that this program will work on your system. A
  29.     friend of mine put it best when he said:
  30.  
  31.     "Hey, it works on my system!"
  32.  
  33.                                     TriBBS
  34.                                     ~~~~~~
  35.     This program is desiged for use with the TriBBS Bulletin Board System
  36.     only!
  37.  
  38.     TriBBS is a registered trademark of Mark D. Goodwin.
  39.  
  40. ==============================================================================
  41.  
  42.                      WHAT THIS PROGRAM IS SUPPOSED TO DO
  43.                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44.     DSPage will change the Sysop Page Bell on or off from the command line or
  45.     from a .BAT file (where it is most useful). It will also optionally
  46.     display a screen to the caller stating whetther the sysop is available
  47.     or not.
  48.  
  49. =============================================================================
  50.  
  51.                                MULTI-NODE SETUP
  52.                                ~~~~~~~~~~~~~~~~
  53.       For a Multi Node System, all you have to do is setup a config file
  54.       for each Node's Mian Directory.
  55.  
  56. NOTE: In a Multi-node setup, you must have DSPAGE.EXE in your path in order 
  57.       for it to work with all nodes. Or if you prefer, you can put DSPAGE.EXE
  58.       in each of your nodes main directories. Each node must have it's own
  59.       DSPAGE.CFG configured to that node.
  60.  
  61. ==============================================================================
  62.  
  63.     Although it is not necessary, it may be a good idea to put DSPAGE.EXE
  64.     and all it's files in a separate subdirectory.
  65.  
  66.  
  67.     The first ting you have to do, is set up the configuration file. The
  68.     config file must be called DSPAGE.CFG and be in the same directory
  69.     as DSPAGE.EXE. DSPAGE.CFG has the following format:
  70.  
  71. C:\TRIBBS          <- Path to Node's main directory.
  72. PAGERON.ANS        <- Ansi "Available" screen.
  73. PAGERON.BBS        <- Ascii "Available" screen.
  74. PAGEROFF.ANS       <- Ansi "Unavailable" screen.
  75. PAGEROFF.BBS       <- Ascii "Unavailable" screen.
  76.  
  77.  
  78.     MAIN PATH: This is the path to node's main directory.
  79.  
  80.     ANSI AVAILABLE: This is the name of the color ANSI screen that will be
  81.     displayed when the sysop is available for chat. If this screen is not in
  82.     the current directory, then the full path and filename is needed.
  83.  
  84.     ASCII AVAILABLE: This is the name of the non-color ASCII screen that will
  85.     be displayed when the sysop is available for chat. If this screen is not
  86.     in the current directory, then the full path and filename is needed.
  87.  
  88.     ANSI UNAVAILABLE: This is the name of the color ANSI screen that will be
  89.     displayed when the sysop is unavailable for chat. If this screen is not
  90.     in the current directory, then the full path and filename is needed.
  91.  
  92.     ASCII UNAVAILABLE: This is the name of the non-color ASCII screen that
  93.     will be displayed when the sysop is unavailable for chat. If this screen
  94.     is not in the current directory, then the full path and filename is
  95.     needed.
  96.  
  97. Command Line Operation:    
  98.  
  99. DSPAGE ON          <- Turns the sysop page bell on.
  100. DSPAGE OFF         <- Turns the sysop page bell off.
  101. DSPAGE CHECK       <- Checks to see if the Sysop is available, and will
  102.                       display the correct screen.
  103.  
  104.     
  105.     The next thing to do to get DSPage up and running is to set it up as an
  106.     event. You may need to look in your TriBBS manual for this procedure.
  107.  
  108. Example PAGERON.BAT:
  109.  
  110. @ECHO OFF
  111. DSPAGE ON
  112. BOARD
  113.  
  114. Example PAGEROFF.BAT:
  115.  
  116. @ECHO OFF
  117. DSPAGE OFF
  118. BOARD
  119.  
  120. Example LOGON.BAT:
  121.  
  122. @ECHO OFF
  123. DSPAGE CHECK
  124. BOARD
  125.  
  126.                                 ANSI SCREENS?
  127.                                 ~~~~~~~~~~~~~
  128.     Next, you may want to make a set of ANSI and ASCII screens. This way,
  129.     when your callers try to page you, they'll see a screen displaying
  130.     that you're unavailable. These screens must be called SORRY.ANS and 
  131.     SORRY.BBS and remember, they go in the DISPLAY directory.
  132.  
  133.     
  134.                                    HISTORY
  135.                                    ~~~~~~~
  136.     2.0
  137.     ~~~
  138.     Added the option for sysop availibility screens to be displayed
  139.     to the caller. These features were added as a request by the sysop of
  140.     Virtual Insanity BBS, Brad Reddekopp.
  141.  
  142.     1.1
  143.     ~~~
  144.     Added more error checking, and changed a few things around.
  145.  
  146.     1.0
  147.     ~~~
  148.     I was always forgetting to turn my page bell off at night and on in the
  149.     moring. It was either always on or always off. This will probably be a
  150.     one time only thing, as I can only do so much with a page bell. <grin>
  151.  
  152.  
  153.                               VIRUS INFORMATION
  154.                               ~~~~~~~~~~~~~~~~~
  155.     No program or virus checker is perfect so D'Agger Shock is now using
  156.     McAffee Associates' VALIDATE.COM to check the executable files for
  157.     your protection against viruses.
  158.  
  159.     The validation data for DSPAGE.EXE, Version 2.0 is:
  160.  
  161.               File Name:  DSPAGE.EXE
  162.                    Size:  42,394
  163.                    Date:  7-1-1993
  164.     File Authentication:
  165.          Check Method 1:  8680
  166.          Check Method 2:  06E7
  167.  
  168.                             WHERE I CAN BE REACHED
  169.                             ~~~~~~~~~~~~~~~~~~~~~~
  170.                               WHERE TO REGISTER
  171.                               ~~~~~~~~~~~~~~~~~
  172.     To get in touch with me, I can be reached at one of the following
  173.     places. My name is Speedtorch. Just leave me a message. Just in case you
  174.     lost REGISTER.TXT, the registration fee for DSPage is $5.00. Please make
  175.     Check or Money Order out to Dean D'Agostino, and mail to D'Agger Shock.
  176.  
  177.     Priadore             The Blazing Phoenix BBS     D'Agger Shock
  178.     (813) 854-4961       (813) xxx-xxxx              P.O. Box 1368
  179.     24 Hrs.              Coming Soon                 Valrico, FL 33549
  180.  
  181.