home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 004 / drmhng11.zip / SYSOP.DOC < prev    next >
Text File  |  1994-10-04  |  7KB  |  212 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                   DreamHANG
  10.                           The ULTIMATE Hangman Door!
  11.  
  12.                                  Version  v1.1
  13.                      Copyright (c)1993-94 By Andy Stewart
  14.  
  15.  
  16.  
  17.                       ALWAYS READ the file WHATS.NEW !!!!!!
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                       COPYRIGHT AND REGISTRATION NOTICE
  44.                       ---------------------------------
  45.  
  46.      DreamHANG is a copyrighted program being distributed under the
  47.      shareware concept.  The only 'difference' between DreamWARE doors
  48.      and shareware is:  Registration is still required, but the trial
  49.      period for the door is virtually indefinate.  You may test the door
  50.      online for as long as you like, and register it when you are sure
  51.      you want it to remain online, and when you can afford to register.
  52.      (I know how running a BBS can get to be a burden on your finances.)
  53.      This policy is retroactive to ALL DreamWARE doors and utilities, the
  54.      only exception being the doorkit I will be releasing at a later
  55.      date (for the moment called DreamDOOR).  This kit will have the
  56.      normal set evaluation period for obvious reasons.  At any rate, try
  57.      the door until you are absolutely sure you wish the door to remain
  58.      online and can afford to register it, then, at that moment you are
  59.      required to register the door! <g>   Enjoy!
  60.  
  61.      As a shareware program, DreamHANG may be freely distributed through a
  62.      BBS.  Shareware distributors may distribute copies of DreamHANG on disk
  63.      for a modest disk duplication charge not to exceed $4 per disk.
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                     WARRANTY
  70.                                     --------
  71.  
  72.      DreamHANG is distributed without warranty.  In no event will Andy
  73.      Stewart or DreamWARE Communications be liable to you for damages,
  74.      including any loss of profits, lost savings, or other incidental or
  75.      consequential damages arising out of your use of or inability to use the
  76.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  77.      representative has been advised of the possibility of such damages.
  78.      Andy Stewart and DreamWARE Communications will not be liable for any
  79.      such claim by any other party.
  80.  
  81.  
  82.  
  83.                                   INTRODUCTION
  84.                                   ------------
  85.  
  86.           DreamHANG has the following built-in features ...
  87.  
  88.           Assembly language serial input/output routines for maximum
  89.           speed.
  90.  
  91.           Fully supports high  speed modems: 16550 FIFO buffering and
  92.           locked serial ports.
  93.  
  94.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  95.           loaded in memory.
  96.  
  97.           Supports all of the most popular door data file formats:
  98.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  99.  
  100.  
  101.  
  102.  
  103.                               RUNNING DREAMHANG
  104.                               -----------------
  105.      DreamHANG is run by entering a command similar to the following:
  106.  
  107.      drmhang drmhang.cfg
  108.  
  109.      In the above command line, "drmhang" is the name of your door's EXE file
  110.      and the "drmhang.cfg" parameter is the name of the door's configuration
  111.      file.  The configuration file can have any name the sysop chooses, but
  112.      it must reside in the same directory as the door.  The configuration
  113.      file is an ASCII text file with the following format:
  114.  
  115.      Line 1:   Door data file type.
  116.      Line 2:   Path to the door data file(s).
  117.      Line 3:   BBS name.
  118.      Line 4:   Sysop's name.
  119.      Line 5:   Locked baud rate.
  120.  
  121.      As illustrated above, the door's data file type is specified in line 1
  122.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  123.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  124.      The locked baud rate is specified in line 5. If the sysop doesn't
  125.      lock his serial port, he must specify 0 for the locked baud rate.
  126.      NOTE: Although many door formats do pass the locked baud rate in the
  127.      door data files, some older formats such as RBBS do not.  For
  128.      conformity, it is required that you specify the locked baud rate in
  129.      line 5 and ignores any value passed in the door data files.
  130.  
  131.      The following is a sample door configuration file:
  132.  
  133.      WWIV
  134.      C:\WWIV\
  135.      DreamNET
  136.      Unca Scrooge
  137.      38400
  138.  
  139.      A file called SETUP.EXE is included to aid with writing this config.
  140.      file.  Run it, answer the questions, and let the program do the rest.
  141.  
  142.                 THIS MUST BE RUN BEFORE RUNNING DreamHANG!!!
  143.  
  144.  
  145.      DreamHANG can be run locally without a door data file (handy for the
  146.      sysop to use the door without logging on to the BBS) by specifying
  147.      /L after the configuration file parameter in the DOS command line.
  148.      DreamHANG will request the user to enter his name before running the
  149.      door.
  150.  
  151.      Nonstandard IRQs can be used with DreamHANG by specifying the IRQ
  152.      number after the  "config" parameter in the command line used to run
  153.      the door as follows:
  154.  
  155.      door config irq
  156.  
  157.  
  158.  
  159.                                   SPECIAL KEYS
  160.                                   ------------
  161.  
  162.      While a door is running, the sysop can press certain special keys to
  163.      perform a variety of functions.    The following is a list of the
  164.      functions that the DreamHANG special keys perform:
  165.  
  166.  
  167.      Key(s)              Function
  168.  
  169.      HOME                Toggles between the user status window and a help
  170.                          display that lists the special keys.
  171.  
  172.      F6                  Takes 5 minutes away from the caller.
  173.                          NOTE:  This will NOT be returned to BBS.
  174.  
  175.      F7                  Gives 5 minutes to the caller.
  176.                          NOTE:  This will NOT be returned to the BBS.
  177.  
  178.      F9                  Quit the door and return the caller to the BBS.
  179.  
  180.      F10                 Enter chat mode.  Pressing the ESC key exits the
  181.                          chat mode.
  182.  
  183.      Alt+D               Drop to DOS.
  184.  
  185.  
  186.  
  187.  
  188.                                     SUPPORT
  189.                                     -------
  190.  
  191.      You may obtain assistance with a DreamWARE Communication programs and
  192.      related problems by calling DreamNET at (813) 362-9440 and leave
  193.      feedback to Unca Scrooge.  You may also find the latest versions of
  194.      DreamWARE Communications doors here, which are downloadable on the first
  195.      call. Also, they can be found on the support boards found in DISTRIB.TXT
  196.  
  197.  
  198.  
  199.                                   REGISTRATION
  200.                                   ------------
  201.  
  202.      Registration of DreamHANG is only $10.00.  Please use the form in the
  203.      file ORDER.FRM.   When you register DreamHANG, you will receive a
  204.      keyfile to turn your copy of DreamHANG into a registered version.  More
  205.      information on this is in ORDER.FRM.
  206.  
  207.  
  208.  
  209.                        Thank you for using DreamHANG
  210.                        -----------------------------
  211.  
  212.