home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / brainred.zip / READER.DOC < prev    next >
Text File  |  1992-08-27  |  4KB  |  132 lines

  1.                                                                      
  2.  
  3.                                     READER
  4.                       (C) Copyright 1992 by Stanley Sheff
  5.                         Support BBS: The Brainex System
  6.                                (310) 275-2344
  7.                                (310) 273-5234
  8.                  -------------------------------------------
  9.  
  10.    Welcome to READER. A handy way to allow your callers to read or download
  11.    text files.
  12.  
  13.    This door works with the Brainex Door Manager. If you have not installed
  14.    the Door Manager, plesse do so before you install this door.
  15.  
  16.    To install this door type:
  17.  
  18.    SETUP
  19.  
  20.    READER.EXE will be copied to the BRAINEX directory.
  21.  
  22.  
  23.    You will need to create MENU files and a DIR file.
  24.    Use the enclosed MENU, MENUG and DIR as an example.
  25.    
  26.    These samples will be copied to your BRAINEX\READER directory.
  27.  
  28.    DIR
  29.    ===
  30.    Edit the DIR file in this format:
  31.  
  32.    DRIVE\DIRECTORY\FILENAME.EXT,FILENAME.EXT
  33.  
  34.    Example: C:\DOCS\HELP.DOC,HELP.DOC
  35.  
  36.    MENU
  37.    ====
  38.    Make a menu of your text files and name it MENU
  39.    You can also have an ANSI color menu and name it MENUG
  40.  
  41.    DIR, MENU, and MENUG should be placed in your BRAINEX\READER directory.
  42.  
  43.  
  44.    Once you have installed the door, you must then create a a batch 
  45.    file to call the door. A batch file for a GAP BBS might look like this:
  46.    
  47.    Single Node BBS sample batch file:
  48.    
  49.    @ECHO OFF
  50.    SET DSZLOG=LOG
  51.    READER
  52.  
  53.    Node 2 batch file:
  54.  
  55.     @ECHO OFF
  56.     SET DSZLOG=LOG2
  57.     READER NODE=2
  58.  
  59.    Use the NODE= command to indicate node number.
  60.  
  61.    MULTIPLE MENUS
  62.    ==============
  63.    You can have more than one set of text files for Reader.
  64.    To use different menus and files, just use the optional command
  65.    
  66.    MENU=
  67.    
  68.    Example:
  69.    
  70.    READER NODE=1 MENU=2
  71.                  
  72.    Will use the files:
  73.    DIR2
  74.    MENU2
  75.    MENU2G
  76.  
  77.    If you do not use the MENU= command, Reader will default to:
  78.    DIR
  79.    MENU
  80.    MENUG
  81.    -----------------------------------------------------------------
  82.  
  83.    You will also need to modify your doors menu files and the data
  84.    file that tells the BBS what your doors are and the security
  85.    level needed to access them. For GAP, these are respectively:
  86.    
  87.        DOORM
  88.        DOORMG
  89.        DOORS.DAT
  90.  
  91.    Please refer to your BBS documentation for details on 
  92.    setting up these files.
  93.  
  94.  
  95.    The following sysop functions are available while awaiting
  96.    keyboard input :
  97.  
  98.      F5      - Shell to DOS.
  99.      F8      - Twit user and return to BBS.
  100.     F10      - Initiate chat with user.
  101.     CF10     - Answer user MANUAL bell.
  102.     Home     - Main user stats.
  103.     End      - Displays sysop keys available.
  104.     PgDn     - Secondary user stats.
  105.     Up Arrow - Increase user's time remaining by 5 minutes.
  106.     Dn Arrow - Decrease user's time remaining by 5 minutes.
  107.  
  108.    One of the nicer features about using the TWIT key, is the user
  109.    is not told that "the sysop wants them to return to the BBS".
  110.    Instead, a very plain and simple message of "returning you to the
  111.    BBS" is displayed.  This way, the user is given no indication
  112.    that the sysop is hovering about.
  113.  
  114.    When using the F5 shell to DOS key, to return to the door
  115.    program, simply type EXIT at the DOS command prompt. It is not
  116.    necessary to change directories back to the door directory.
  117.    Manual is smart enough to know which drive and directory the
  118.    door program is in and will reset the defaults upon return from
  119.    DOS.
  120.  
  121.    The Up and Down Arrow keys increase and decrease the user's time
  122.    respectively by 5 minutes for each press of the key. There is no
  123.    indication of what is occurring (except by the fact the user's
  124.    time remaining will change), so the sysop should try not to have
  125.    a lead finger. The increase or decrease is effective only while
  126.    the user is in Reader.
  127.  
  128.  
  129.    This version of READER is a DEMO.  The download option will be 
  130.    enabled when the program is registered.
  131.  
  132.