Ŀ
  Operation         


   Setup
   
        To run READROOM door, you will need to create a batch file that
will launch the door.  For example:
                @echo off
                d:
                cd \readroom
                readroom readroom.cnf
will work with GAP.  Some other BBSes require that you call the BBS
software at the end of a door batch file.   Check with your BBS
documentation.

MULTI-NODE BBS NOTE:
        READROOM will run on multiple node setups, but you must either create
a seperate configuration file for each node or use environmental
variables (as described above) to define the directory where the
READROOM door can find the DOOR.SYS file.
        If you have users loggin in over the network and don't wish them
to have access to the sysop keys (like Drop to Dos, Chat,
Increase/decrease Time, etc) just add the command line switch /NETWORK
to the end of your command line. (ex: READROOM READROOM.CNF /NETWORK)


