home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / tripv103.zip / SYSOP.TXT < prev    next >
Text File  |  1994-05-18  |  5KB  |  126 lines

  1.                                   TRIP-WIRE
  2.                                  ~~~~~~~~~~~
  3.                           Copyright 1994 B&D Software
  4.                            Grass Roots (205)352-3113
  5.                                FIDONet 1:3607/25
  6.  
  7.    TRIP-WIRE is as easy to set up as all B&D Software door's are!
  8.    You should, however be familiar with your BBS software and how it
  9.    runs external programs or "doors". Also, you should be familiar 
  10.    with simple DOS commands like how to create a directory and how 
  11.    to write a simple batch file. A sample batch file is included in 
  12.    this package which should work with most BBS software with very 
  13.    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.    TRIPNTRC.ANS    X    Instructions for playing TRIP-WIRE
  22.    REGISTER.FRM         A handy form for registering TRIP-WIRE
  23.    TRIPNTRO.ANS    X    Main Screen for TRIP-WIRE
  24.    SYSOP.DOC            These documents for installing TRIP-WIRE
  25.    SCORES.ANS      X    Sample High Score ANSI file
  26.    SCORES.ASC      X    Sample High Score ASCII file
  27.    TRIPWIRE.CFG    X    Sample configuration for TRIP-WIRE
  28.    TRIPWIRE.EXE    X    TRIP-WIRE main executable
  29.    TRIPWIRE.ANS    X    The TRIP-WIRE playing arena
  30.    TRIPMENU.ANS    X    ANSI for Main Menu
  31.  
  32.    Those files followed by an "X" should NOT be deleted from the directory.
  33.    Any others may be at your own discretion. Should you want to reset all
  34.    scores you may delete TRIPWIRE.DAT and all users will start off new!
  35.  
  36. Installing TRIP-WIRE on your system:
  37. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38.    Create a Sub-directory under your DOORS directory (or where ever you
  39.    have your external programs). Call this sub-directory TRIPWIRE (or any
  40.    other name of your choice). Place all the files that were in this ZIP
  41.    package in that sub-directory.
  42.  
  43.    Edit TRIPWIRE.CFG to reflect the following information:
  44.  
  45.    Line 1 > BBS Name
  46.    Line 2 > SYSOP Name
  47.    Line 3 > Door Donor's Name (if registered)
  48.    Line 4 > Registration number
  49.  
  50.    Using the information for my BBS the TRIPWIRE.CFG would look like this:
  51.  
  52.    Grass Roots
  53.    Bill Hicks
  54.    B&D Software
  55.    1234567890
  56.  
  57.    OR! You can delete the file TRIPWIRE.CFG and run TRIPWIRE.EXE locally
  58.    and you will be prompted for all pertinent data. When you register the
  59.    door just delete the old TRIPWIRE.DAT and re-run TRIPWIRE.EXE!
  60.  
  61.    Next you will need to edit the DOOR.BAT provided. Here is how it works
  62.    quite simply put:
  63.  
  64.    Line 1 > Turn the echo off
  65.    Line 2 > Change to the drive on which the door is located
  66.    Line 3 > Change to the door directory
  67.    Line 4 > Execute TRIPWIRE with the drive:\path\filename of the dropfile in
  68.             the command line. If the dropfile is copied to the directory
  69.             where TRIP-WIRE is executed then all you will need is its name.
  70.    Line 5 > Change back to the drive the BBS is on
  71.    Line 6 > Change to the BBS directory
  72.    Line 7 > Exit the batch file
  73.  
  74.    Here is the one I use on Grass Roots (provided as the sample DOOR.BAT):
  75.  
  76.    ECHO OFF
  77.    C:
  78.    CD \MAX\DOORS\TRIPWIRE
  79.    TRIPWIRE.EXE C:\MAX\DOOR.SYS
  80.    C:
  81.    CD \MAX
  82.    EXIT
  83.  
  84.    NOTICE: Some BBS software revolts at using the "EXIT" at the end of the
  85.    batch file. Create it as your BBS documents direct.
  86.  
  87.    For a DORINFOn.DEF, CALLINFO.BBS, or other drop file simple change the
  88.    command line following TRIPWIRE.EXE to reflect the drive:\path\filename
  89.    of the appropriate drop file.
  90.  
  91.    Bulletins will be created in the sub-directory where TRIP-WIRE is
  92.    located. To move them to another directory create your DOOR.BAT
  93.    file in the following manner:
  94.  
  95.    ECHO OFF
  96.    C:
  97.    CD \BBS\DOORS\TRIPWIRE
  98.    TRIPWIRE.EXE C:\BBS\DOOR.SYS
  99.    COPY SCORES.ANS C:\BBS\BULLS\SCORES.ANS
  100.    COPY SCORES.ASC C:\BBS\BULLS\SCORES.ASC
  101.    C:
  102.    CD \MAX
  103.    EXIT
  104.  
  105.    Maximus Sysops will need to also add a line which will MECCA their
  106.    ANSI score file.
  107.  
  108.    TRIP-WIRE  may be ran locally by simple typing TRIPWIRE.EXE
  109.    without a Command line added.
  110.  
  111.  
  112.      I hope that you and your callers enjoy TRIP-WIRE, and that you 
  113.      find it worthy of your support.  Please read the file REGISTER.FRM 
  114.      for information on how to register your copy of TRIP-WIRE!
  115.  
  116.      Thanks to the following people for their support and assistance
  117.      in testing TRIP-WIRE:
  118.  
  119.      James Melvin, SysOp of Dateline BBS
  120.      Daniel Hutchinson, my own "little" Beta tester at Grass Roots
  121.      My wonderful and patient wife, Debra Hicks
  122.  
  123.                                                        Bill Hicks
  124.                                                        Debra Hicks
  125.                                                        B&D Software
  126.