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

  1.                               CHALLENGER BINGO
  2.                               ~~~~~~~~~~~~~~~~
  3.                           Copyright 1994 B&D Software
  4.                            Grass Roots (205)352-3113
  5.                                FIDONet 1:3607/25
  6.  
  7.    CHALLENGER BINGO is as easy to set up as are all B&D Software
  8.    door's! You should, however, be familiar with your BBS software 
  9.    and how it runs external programs or "doors". Also, you should be 
  10.    familiar with simple DOS commands like how to create a directory 
  11.    and how to write a simple batch file. A sample batch file is 
  12.    included in this package which should work with most BBS software 
  13.    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.    BUGRPORT.FRM         Handy form for reporting bugs in program
  21.    BETADIST.BBS         A list of all B&D Software Beta/Distribution Sites
  22.    FILE_ID.DIZ          Complete description using BBS standard
  23.    REGISTER.FRM         A handy form for registering CHALLENGER BINGO
  24.    SYSOP.DOC            These documents for installing CHALLENGER BINGO
  25.    BININTRO.ANS    X    Intro Screen for CHALLENGER BINGO
  26.    BINGO.EXE       X    CHALLENGER BINGO Main executable
  27.    BINGHELP ANS    X    CHALLENGER BINGO Instructions
  28.    BINGMENU ANS    X    Main Menu for CHALLENGER BINGO
  29.  
  30.    Those files followed by an "X" should NOT be deleted from the directory.
  31.    Any others may be at your own discretion. 
  32.  
  33. Installing CHALLENGER BINGO on your system:
  34. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35.    Create a Sub-directory under your DOORS directory (or where ever you
  36.    have your external programs). Call this sub-directory BINGO (or any
  37.    other name of your choice). Place all the files that were in this ZIP
  38.    package in that sub-directory.
  39.  
  40.    Edit BINGO.CFG to reflect the following information:
  41.  
  42.    Line 1 > BBS Name
  43.    Line 2 > SYSOP Name
  44.    Line 3 > Door Donor's Name (if registered)
  45.    Line 4 > Registration number
  46.  
  47.    Using the information for my BBS the BINGO.CFG would look like this:
  48.  
  49.    Grass Roots
  50.    Bill Hicks
  51.    B&D Software
  52.    1234567890
  53.  
  54.    OR! You can delete the file BINGO.CFG and run BINGO.EXE locally
  55.    and you will be prompted for all pertinent data. When you register the
  56.    door just delete the old BINGO.CFG and re-run BINGO.EXE!
  57.  
  58.    Next you will need to edit the DOOR.BAT provided. Here is how it works
  59.    quite simply put:
  60.  
  61.    Line 1 > Turn the echo off
  62.    Line 2 > Change to the drive on which the door is located
  63.    Line 3 > Change to the door directory
  64.    Line 4 > Execute BINGO with the drive:\path\filename of the dropfile in
  65.             the command line. If the dropfile is copied to the directory
  66.             where CHALLENGER BINGO is executed then all you will need
  67.             is its name.
  68.    Line 5 > Change back to the drive the BBS is on
  69.    Line 6 > Change to the BBS directory
  70.    Line 7 > Exit the batch file
  71.  
  72.    Here is the one I use on Grass Roots (provided as the sample DOOR.BAT):
  73.  
  74.    ECHO OFF
  75.    C:
  76.    CD \MAX\DOORS\BINGO
  77.    BINGO.EXE C:\MAX\DOOR.SYS
  78.    C:
  79.    CD \MAX
  80.    EXIT
  81.  
  82.    NOTICE: Some BBS software revolts at using the "EXIT" at the end of the
  83.    batch file. Create it as your BBS documents direct.
  84.  
  85.    For a DORINFOn.DEF, CALLINFO.BBS, or other drop file simple change the
  86.    command line following BINGO.EXE to reflect the drive:\path\filename
  87.    of the appropriate drop file.
  88.  
  89.    CHALLENGER BINGO  may be ran locally by simple typing BINGO.EXE
  90.    without a Command line added.
  91.  
  92.  
  93.      I hope that you and your callers enjoy CHALLENGER BINGO, and that
  94.      you find it worthy of your support.  Please read the file REGISTER.FRM 
  95.      for information on how to register your copy of CHALLENGER BINGO!
  96.  
  97.                                                        Bill Hicks
  98.                                                        Debra Hicks
  99.                                                        B&D Software
  100.  
  101.