home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DRMANN12.ZIP / SYSOP.DOC < prev    next >
Text File  |  1994-10-07  |  7KB  |  231 lines

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