home *** CD-ROM | disk | FTP | other *** search
- Installation:
- For experienced sysops, TUBS is a easy door to install, with no
- maintenance files or configuration files necessary!
-
- You will have to set up a TPA by using PCBSM.EXE.
- Note that on a multi-node system ALL nodes must be down for this
- operation.
-
- PCBSM will generate a backup users file in this operation, however
- you may wish to have another backup offline just in case.
-
- 1) Enter PCBSM, choose menu option "Add/Remove Third Party Application"
- to generate a new TPA.
-
- For TPA information use
- TPA Name : TUBS
- Version : 100
- Static Size : 32
- Dynamic Size : 0
- Keyword : BYTES
- the keyword must match the name of
- the door in your DOOR.LST file
-
- For verify that the data structure corresponds to the current version
- of TUBS, we have chosen a version number of 100, corelating to v 1.00.
-
- Press PGDN to generate your TPA.
-
- 2) You will now need to make some changes using PCBSetup.
-
- The first will be creating a door, this may be necessary in more
- than one conference, although each conference may point to the same
- door.
- Depending upon your setup, only the Main Door changes may be necessary,
- only you as a SysOp can determine that.
-
- It WILL however be necessary from every Conference that you wish the
- user to have access to it. It is highly recommended that it is at the
- very minimum available from the Main Conference, as well as ALL other
- Conferences that have auto rejoin upon login set to YES.
-
- Batch File
-
- Example of batch file :
-
- @ECHO OFF
- CD \DOORS\TUBS
- BYTES
-
- ** Note : Do not reload PCBoad, as this is a shell door.
-
-
-
- Door Installation
-
- Using PCBSetup choose the DOOR.LST file to edit.
-
- File Pass Sec Login USER.SYS DOOR.SYS Batch Path
-
- BYTES 0 Y Y N C:\DOORS\TUBS
-
-
-
- In the above example, we show pathing to the batch file, this would
- be placed in the C:\DOORS\TUBS directory. (or other directory as you
- have chosen)
-
- By doing this you save multiple doors for each node.
-
- NOTE: If you have other auto-login doors, you will need to modify
- them, or adjust BYTES to accomidate your plans for login.
- We have adapted our autologin door to accomidate branching for
- different users as necessary.
- If you need help in this area, please let us know on the support
- board, or in one of the mail networks we carry.
-
-
- Batch File:
- @ECHO OFF
- C:
- CD \DOORS\TUBS
- BYTES
-
- ** (note, as we shell to the door DO NOT add BOARD
- to the end of the batch file)
-
- PCBSetup Configuration :
- It is highly recommended that you disable the "Display User Info
- at Login" with PCBSetup in Options #1 screen.
- This will make a much more pleasing display for your users.
- You have full contorl of this flag per security level within TUBS.
-
- o Please ensure that your environment variable PCBDAT is set.
- If not please put in your autoexec.bat
- SET PCBDAT=(drive\path\pcboard.dat)
-
- ie: SET PCBDAT=C:\PCB\PCBOARD.DAT
-
-
-
- This will give you a very simple and basic operation of the system, to
- get into the complexities of the Security file, and user information, please
- refer to the main documentation.
-
- Please let us know any ideas you have to improve the documentation of the
- program itself.
-