home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / DRMANN10.ZIP / SYSOP.DOC < prev    next >
Text File  |  1993-08-16  |  7KB  |  261 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                   Announce!
  10.                      A GREAT Announcement Door/Logon Event
  11.  
  12.                                  Version v1.0
  13.                       Copyright (c)1993 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 NOTICE
  44.                                 ----------------
  45.  
  46.      Announce! is a copyrighted program being distributed under the
  47.      shareware concept.  As such you may use Announce! for a period of
  48.      30 days without registering the software.  After the 30 day evaluation
  49.      period, you must register your copy of Announce! or must stop using
  50.      it.  By your not doing so you will be in violation of United States and
  51.      International copyright laws.
  52.  
  53.      As a shareware program, Announce! may be freely distributed through a
  54.      BBS.  Shareware distributors may distribute copies of Announce! on disk
  55.      for a modest disk duplication charge not to exceed $4 per disk.
  56.  
  57.  
  58.  
  59.  
  60.                                     
  61.  
  62.                                     WARRANTY
  63.                                     --------
  64.  
  65.      Announce! is distributed without warranty.  In no event will Andy
  66.      Stewart or DreamWARE Communications be liable to you for damages,
  67.      including any loss of profits, lost savings, or other incidental or
  68.      consequential damages arising out of your use of or inability to use the
  69.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  70.      representative has been advised of the possibility of such damages.  Andy
  71.      Stewart and DreamWARE Communications will not be liable for any such
  72.      claim by any other party.
  73.  
  74.  
  75.  
  76.                                   INTRODUCTION
  77.                                   ------------
  78.  
  79.           Announce! has the following built-in features ...
  80.  
  81.           Assembly language serial input/output routines for maximum
  82.           speed.
  83.  
  84.           Fully supports high  speed modems: 16550 FIFO buffering and
  85.           locked serial ports.
  86.  
  87.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  88.           loaded in memory.
  89.  
  90.           Supports all of the most popular door data file formats:
  91.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  92.  
  93.  
  94.  
  95.  
  96.                               RUNNING DREAMSLOTS
  97.                               ------------------
  98.      Announce! is run by entering a command similar to the following:
  99.  
  100.      announce announce.cfg
  101.  
  102.      In the above command line, "announce" is the name of your door's EXE file
  103.      and the "announce.cfg" parameter is the name of the door's configuration
  104.      file.  The configuration file can have any name the sysop chooses, but
  105.      it must reside in the same directory as the door.  The configuration
  106.      file is an ASCII text file with the following format:
  107.  
  108.      Line 1:   Door data file type.
  109.      Line 2:   Path to the door data file(s).
  110.      Line 3:   BBS name.
  111.      Line 4:   Sysop's name.
  112.      Line 5:   Locked baud rate.
  113.  
  114.      As illustrated above, the door's data file type is specified in line 1
  115.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  116.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  117.      The locked baud rate is specified in line 5. If the sysop doesn't
  118.      lock his serial port, he must specify 0 for the locked baud rate.
  119.      NOTE: Although many door formats do pass the locked baud rate in the
  120.      door data files, some older formats such as RBBS do not.  For
  121.      conformity, it is required that you specify the locked baud rate in
  122.      line 5 and ignores any value passed in the door data files.
  123.  
  124.      The following is a sample door configuration file:
  125.  
  126.      WWIV
  127.      C:\WWIV\
  128.      DreamNET
  129.      Unca Scrooge
  130.      38400
  131.  
  132.      A file called SETUP.EXE is included to aid with writing this config.
  133.      file.  Run it, answer the questions, and let the program do the rest.
  134.  
  135.                 THIS MUST BE RUN BEFORE RUNNING Announce! !!
  136.  
  137.  
  138.  
  139.      Announce! can be run locally without a door data file (handy for the
  140.      sysop to use the door without logging on to the BBS) by specifying
  141.      /L after the configuration file parameter in the DOS command line.
  142.      Announce! will request the user to enter his name before running the
  143.      door.
  144.  
  145.  
  146.  
  147.                                   SPECIAL KEYS
  148.                                   ------------
  149.  
  150.      While a door is running, the sysop can press certain special keys to
  151.      perform a variety of functions.    The following is a list of the
  152.      functions that the Announce! special keys perform:
  153.  
  154.  
  155.      Key(s)              Function
  156.  
  157.      HOME                Toggles between the user status window and a help
  158.                          display that lists the special keys.
  159.  
  160.      F6                  Takes 5 minutes away from the caller.
  161.                          NOTE:  This will NOT be returned to BBS.
  162.  
  163.      F7                  Gives 5 minutes to the caller.
  164.                          NOTE:  This will NOT be returned to the BBS.
  165.  
  166.      F9                  Quit the door and return the caller to the BBS.
  167.  
  168.      F10                 Enter chat mode.  Pressing the ESC key exits the
  169.                          chat mode.
  170.  
  171.      Alt+D               Drop to DOS.
  172.  
  173.  
  174.  
  175.  
  176.                                      SUPPORT
  177.                                      -------
  178.  
  179.      You may obtain assistance with a DreamWARE Communication programs and
  180.      related problems by calling DreamNET at ITS-TMP-DOWN.  You may also
  181.      find the latest versions of DreamWARE Communications doors here, which
  182.      are downloadable on the first call.  Also, they can be found on the
  183.      support boards found in DISTRIB.TXT.   I can also be reached at 1@3759
  184.      WWIVnet.
  185.  
  186.  
  187.  
  188.  
  189.  
  190.                                   REGISTRATION
  191.                                   ------------
  192.  
  193.      Registration of Announce! is only $10.00.  Please use the form in the
  194.      file REGISTER.TXT.   When you register Announce!, you will receive a
  195.      keyfile to turn your copy of Announce! into a registered version.  More
  196.      information on this is in REGISTER.TXT
  197.  
  198.  
  199.  
  200.                               REGISTRATION NOTES
  201.                               ------------------
  202.  
  203.      I have dropped the prices on ALL of my doors to $10.  The reason for
  204.      this is I believe that $10 is a fair price for BBS Doors!  I believe
  205.      that $25 for a BBS Door is a bit much, not to MENTION $45-60 that
  206.      SOME of the Door registrations cost.  You can get an EXCELLENT,
  207.      multi_disk COMMERCIAL game for these prices!  Therefore, all of my
  208.      BBS Doors registrations will be $10.  There MAY be, at a later date,
  209.      a door/pgm that will cost slightly more, depending on the complexity
  210.      of the coding, but that is unlikely.  If you have another of my
  211.      doors that was written before this and you wish to register it/them,
  212.      only send $10 for each registration.  This decision covers ALL previous
  213.      doors.  I am planning on releasing new versions of ALL my doors soon
  214.      with the information.  Thank You!
  215.  
  216.                        Thank you for using Announce!
  217.                        -----------------------------
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.