home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / ET30.ZIP / ET.TES / TREK.DOC < prev    next >
Text File  |  1994-11-11  |  6KB  |  146 lines

  1.  
  2.                           Enterprise Trivia 3.0
  3.                        Compiled November 11, 1994
  4.                                  For
  5.                         PCBoard 14.x and GAP 4.x
  6.                           WILDCAT!, Spitfire
  7.                             QBBS, RBBS, RA
  8.                                  WWIV
  9.                                   by
  10.                              Alan Bennett
  11.                        TES SOFTWARE (c) 1991,1993
  12.                                 3 LINES
  13.              (910)895-0368 -  Dual Standard - 1200 - 38400
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                               INSTALLATION
  21.                               ____________
  22.  
  23.   *** Enterprise Trivia does not need any runtime modules. The EXE was compiled
  24.       to be a contained door package.
  25.  
  26.   Installation is fairly easy and straight-forward. The following steps and
  27.   examples should have you up and running in a very short period of time.
  28.   It is assumed that you are familiar with setting up DOORS on your system.
  29.   
  30. START STEPS:
  31.  Step(1) Make a new directory for the Enterprise Trivia.
  32.          Example: CD\WC30\DOORS
  33.          Example: MKDIR ET
  34.  Step(2) Copy the ETTES.ZIP inside of the new \WC30\DOORS\ET Directory
  35.  Step(3) Type PKUNZIP ETTES.ZIP : DO NOT TYPE PKUNZIP *.ZIP OR *.*
  36.  Step(4) Type CD\WC30\DOORS\ET
  37.  Step(5) Type INSTALL.BAT to put the files where they need to be
  38.  Step(6) Type SETUP.EXE to make the CFG files and choice your options
  39. END STEPS:
  40.  
  41. ****>Follow this sample DOOR.BAT file for SINGLE NODE BBS's needed:<****
  42.  
  43.     ECHO OFF ------------------> Turns the Echo Off
  44.     CLS -----------------------> Clears the Screen
  45.     CD\WC30\DOORS\ET-----------> Change to your BBS's Node home directory
  46.     TREK ET.CFG ------------> Run Enterprise Trivia Door
  47.     CD\WC30--------------------> Go to the BBS MAINS directory
  48.    
  49. ****>Follow this sample DOOR.BAT file for WILDCAT MULTI NODE BBS's needed:<****
  50.  
  51.     ECHO OFF ------------------> Turns the Echo Off
  52.     CLS -----------------------> Clears the Screen
  53.     CD\WC30\DOORS\ET-----------> Change to your BBS's Node home directory
  54.     TREK ET%WCNODEID%.CFG --> Run Enterprise Trivia Door
  55.     CD\WC30--------------------> Go to the BBS MAINS directory           
  56.  
  57. ****>Follow this sample DOOR.BAT file for PCBOARD MULTI NODE BBS's needed:<****
  58.  
  59.     ECHO OFF ------------------> Turns the Echo Off
  60.     CLS -----------------------> Clears the Screen
  61.     CD\PCB\DOORS\ET------------> Change to your BBS's Node home directory
  62.     TREK ET%PCBNODE%.CFG ---> Run Enterprise Trivia Door
  63.     CD\PCB---------------------> Go to the BBS MAINS directory
  64.  
  65. --<>I am only familar with PCBOARD and WILDCAT door.bat file configurations
  66.     You can basically see that this door sets up like most other door so
  67.     you might be able to look at one of your existing door.bat files and
  68.     edit it to start Enterprise Trivia. I can also be reached at 910-997-2034
  69.     3:00pm-10:00pm monday-friday for voice tech support.
  70.  
  71.  
  72. ****>This is a Sample ET.CFG file that SETUP.EXE will generate<****
  73.  
  74.    C:\WILDCAT\CALLINFO.BBS ──┐<- For Wildcat 2.x
  75.    C:\PCB\PCBOARD.SYS        │<- For PCBoard using PCBOARD.SYS only
  76.    C:\PCB\USERS              │<- For PCBoard using USERS only
  77.    C:\BBS\DOOR.SYS           │<- For Systems that support DOOR.SYS
  78.    C:\BBS\DORINFOx.DEF       │<- For QBBS/RBBS/RA.  Replace x with Node #.
  79.    C:\BBS\USERINFO.DAT        <- WILDCAT 3.0! also DOOR.SYS
  80.    Terminal Entry BBS         <- Your BBS Name
  81.    Alan                       <- SysOp's First Name
  82.    Bennett                    <- SysOp's Last Name
  83.    1234567                    <- Your Serial Number or 1234567 if UNREG
  84.    C:\WC30\BULL\BULL25.ANS    <- Path to your ANSI Bulletin
  85.    C:\WC30\BULL\BULL25.BBS    <- Path to your ASCII Bulletin
  86.    100                        <- Maximum number of questions per day 1-1768
  87.                                  !!UNREGISTERED versions only support 245 or
  88.                                  less until registered.
  89.    NO <---------------------  <- Entering YES would let users play more than
  90.                                  once per day or entering NO would limit
  91.                                  the users play to 1 per day
  92.    10                         <- Points to give for CORRECT answer
  93.    5                          <- Points to deduct for WRONG ANSWER
  94.  
  95. -> Edit this CFG file to suit your individual BBS. All 11 lines MUST be present.
  96.  
  97. NOTES-->
  98.  
  99.  When running in more than one node, be sure to supply a
  100.  different configuration name for each node (your choice of name).
  101.  
  102.           EX: TREK1.CFG  TREK2.CFG
  103.  
  104.        Enterprise Trivia has been tested under LIVECAT! and performs very well.
  105.        The only problem that has risen is the /5 or /7 irq in the Livecat
  106.        script file. So I recommend that you don't use it on a non standard
  107.        comm port while running Livecat.
  108.  
  109. ---------------------------------------------------------------------------------
  110.  
  111.         Enterprise Trivia supports com 1-4 and irq 5-7 if your using the irq 5 or 7
  112.         just specify it on the command line when invoking the main door..
  113.  
  114.                          TREK TREK.cfg /5 or /7
  115.  
  116.         This will let Enterprise Trivia run on a non standard com port..
  117.         The /5 and /7 represent the Irq setting on your serial card
  118.  
  119. -------------------------------------------------------------------------------------
  120.  
  121.  
  122.                                  LEGALITIES
  123.                                  __________
  124.  
  125.  
  126.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  127.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  128.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  129.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  130.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  131.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  132.       OR BREACH OF ANY WARRANTY.
  133.  
  134.  
  135.  
  136.                              DISTRIBUTION
  137.                              ____________
  138.  
  139.    You may make this file available for downloading from your BBS or you may
  140.    upload it to any BBS of your choice, provided that you do not make any
  141.    changes to the contents of the archive (ZIP file). The archive and its
  142.    individual contents may not be used by any service that charges any money
  143.    whatsoever, without the written permission of the author.
  144.  
  145.  
  146.