AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to BBS Doors  <--  <--- Return to Home Page
   Networked Database  BBS Doors   [130 / 271] RSS
 From   To   Subject   Date/Time 
Message   Steve Winn    Galaxyman   BRE Door Install   June 27, 2007
 5:12 PM  

Re: BRE Door Install

> I was wondering if someone had a simple script to get bre to work properly wi
> multiple nodes.  My install script only work with the local node. Here is wha
> I did:
>
> 2. I edited my main.v and added:
> B 001 4 C:\DOORS\BRE\BRE.BAT %1
>
> 2. next I edited the bre setup.sr and added the following path to my door.sys
> file.  I do not know if this is correct.
> c:\va\temp\N%1\DOOR.SYS
>
> 3. Last, I edited the bre.bat file which the menu.v runs when the door is
> opened.  I am pretty sure this is wrong. I tried it many ways but this is wha
> I have now.
> --Start of file----
>
> @ECHO OFF
>
> C:
> CD \DOORS\BRE
> SRDOOR N%1
> BRE
> c:
> CD \va
> EXIT
>
> ---end of file----
>
>
> The basic problem is I do not know how to get door games to look in the vario
> N0,N1,N2 directories for the door.sys file.  I checked the vbbs 7.0 docs with
> the trade wars example but it didnt seem to work.
>
> Thanks in advance,

1. You need to make the files SETUP.0 through SETUP.10. They need to look like
this except for the first line, which needs to point to the appropriate node
directory:

d:\va\temp\n1\DOOR.SYS
10   <- Line # of Username or First name
0   <- Line # of Last name (0 if prev line was full name)
20   <- Line # of IBM charaters (1/Y/G = yes)
20   <- Line # of ANSI support (1/Y/G/C = yes)
21   <- Line # of number of lines on the screen
2   <- Line # of baud rate
1   <- Line # of COM port
19   <- Line # of time left (minutes)
0   <- Line # of Real Name
Enter 0 for any value not supported.

2. Here is my batch file that runs BRE:

-- BEGIN BATCH --
@echo off
CLS

d:
cd \doors\bre
IF EXIST INUSE.FLG GOTO END

SRDOOR -f SETUP.%1
BRE.EXE

IF EXIST INUSE.FLG DEL INUSE.FLG > NUL.

:END

d:
cd \va
-- END BATCH --

The inuse.flg lines aren't really needed since BRE checks for that itself.

BRE can only be ran by one node at a time.

Steve


--
[AT2k] -- Your VBBS/VADV Support Center -- [www.at2k.org] -- [bbs.at2k.org]
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to BBS Doors  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0186 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.1.241108