home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / yahtz101.zip / SYSOP.TXT < prev    next >
Text File  |  1994-06-19  |  5KB  |  123 lines

  1.                             YAHTZEE - The Door Game
  2.                             ~~~~~~~~~~~~~~~~~~~~~~~
  3.                           Copyright 1994 B&D Software
  4.                            Grass Roots (205)352-3113
  5.                                FIDONet 1:3607/25
  6.  
  7.    YAHTZEE - The Door Game will probably be one of the easiest if not
  8.    the easiest door you have ever setup on your BBS. You should, however
  9.    be familiar with your BBS software and how it runs external programs
  10.    or "doors". Also, you should be familiar with simple DOS commands like
  11.    how to create a directory and how to write a simple batch file. A
  12.    sample batch file is included in this package which should work with
  13.    most BBS software with very little modification.
  14.  
  15.    The following files should have been in this ZIP package when you
  16.    received it:
  17.  
  18.    DESC.SDI             One line description of file
  19.    DOOR.BAT             Sample batch file for running door
  20.    FILE_ID.DIZ          Complete description using BBS standard
  21.    HOF.YAZ         X    Hiscore data file for YAHTZEE - The Door Game
  22.    INSTRUCT.ANS    X    Instructions for playing YAHTZEE - The Door Game
  23.    REGISTER.FRM         A handy form for registering YAHTZEE - The Door Game
  24.    SCORESHT.ANS    X    Main Screen for YAHTZEE - The Door Game
  25.    SYSOP.DOC            These documents for installing YAHTZEE - The Door Game
  26.    YAHTZEE.ANS     X    Sample High Score ANSI file
  27.    YAHTZEE.ASC     X    Sample High Score ASCII file
  28.    YAHTZEE.CFG     X    Sample configuration for YAHTZEE - The Door Game
  29.    YAHTZEE.EXE     X    YAHTZEE - The Door Game main executable
  30.  
  31.    Those files followed by an "X" should NOT be deleted from the directory.
  32.    Any others may be at your own discretion.
  33.  
  34. Installing YAHTZEE - The Door Game on your system:
  35. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36.    Create a Sub-directory under your DOORS directory (or where ever you
  37.    have your external programs). Call this sub-directory YAHTZEE (or any
  38.    other name of your choice). Place all the files that were in this ZIP
  39.    package in that sub-directory.
  40.  
  41.    Edit YAHTZEE.CFG to reflect the following information:
  42.  
  43.    Line 1 > BBS Name
  44.    Line 2 > SYSOP Name
  45.    Line 3 > Door Donor's Name (if registered)
  46.    Line 4 > Registration number
  47.  
  48.    Using the information for my BBS the YAHTZEE.CFG would look like this:
  49.  
  50.    Grass Roots
  51.    Bill Hicks
  52.    B&D Software
  53.    1234567890
  54.  
  55.    Next you will need to edit the DOOR.BAT provided. Here is how it works
  56.    quite simply put:
  57.  
  58.    Line 1 > Turn the echo off
  59.    Line 2 > Change to the drive on which the door is located
  60.    Line 3 > Change to the door directory
  61.    Line 4 > Execute YAHTZEE with the drive:\path\filename of the dropfile in
  62.             the command line
  63.    Line 5 > Change back to the drive the BBS is on
  64.    Line 6 > Change to the BBS directory
  65.    Line 7 > Exit the batch file
  66.  
  67.    Here is the one I use on Grass Roots (provided as the sample DOOR.BAT):
  68.  
  69.    ECHO OFF
  70.    C:
  71.    CD \MAX\DOORS\YAHTZEE
  72.    YAHTZEE.EXE C:\MAX\DOOR.SYS
  73.    C:
  74.    CD \MAX
  75.    EXIT
  76.  
  77.    NOTICE: Some BBS software revolts at using the "EXIT" at the end of the
  78.    batch file. Create it as your BBS documents direct.
  79.  
  80.    For a DORINFOn.DEF, CALLINFO.BBS, or other drop file simple change the
  81.    command line following YAHTZEE.EXE to reflect the drive:\path\filename
  82.    of the appropriate drop file.
  83.  
  84.    Bulletins will be created in the sub-directory where YAHTZEE - The Door
  85.    Game is located. To move them to another directory create your DOOR.BAT
  86.    file in the following manner:
  87.  
  88.    ECHO OFF
  89.    C:
  90.    CD \BBS\DOORS\YAHTZEE
  91.    YAHTZEE.EXE C:\BBS\DOOR.SYS
  92.    COPY YAHTZEE.ANS C:\BBS\BULLS\YAHTZEE.ANS
  93.    COPY YAHTZEE.ASC C:\BBS\BULLS\YAHTZEE.ASC
  94.    C:
  95.    CD \MAX
  96.    EXIT
  97.  
  98.    YAHTZEE - The Door Game may be ran locally by simple typing YAHTZEE.EXE
  99.    without a Command line added.
  100.  
  101. SysOp Keys
  102. ~~~~~~~~~~
  103.    The following keys are available to the SysOp for control of the door
  104.    from the Local KeyBoard:
  105.  
  106.    Alt C    Chat Mode  (Press ESC to Exit Chat Mode)
  107.    Alt J    Shell to DOS
  108.    Alt H    Hangup Caller
  109.    Alt X    Exit Caller back to the BBS
  110.    Alt +    Add Time (while in the Door) to the User
  111.    Alt -    Subtract Time (while in the Door) from the User
  112.  
  113. Thanks
  114. ~~~~~~
  115.      I hope that you and your callers enjoy YAHTZEE - The Door Game,
  116.      and that you find it worthy of your support.  Please read the file
  117.      REGISTER.FRM for information on how to register your copy of
  118.      YAHTZEE - The Door Game.
  119.  
  120.                                                        Bill Hicks
  121.                                                        Debra Hicks
  122.                                                        B&D Software
  123.