home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
QRDB43F.ZIP
/
MAXIMUS3.BBS
< prev
next >
Wrap
File List
|
1995-11-05
|
5KB
|
96 lines
When I switched to Maximus 3.0 I had to change from Xtern_Erlvl to
Xtern_Dos. Maximus 3.0 has a bug. Xtern_Erlvl causes a users tagged
message areas to be untaged every time it is called.
DOORYS.MEC for a 3 node system, a seperate directory for each node
is required. The seperate directories allow 3 seperate door.sys files
to be created at the same time.
[iftask]1 [Delete]C:\Max1\Door.Sys
[iftask]1 [open]C:\Max1\Door.Sys
[iftask]2 [Delete]C:\Max2\Door.Sys
[iftask]2 [open]C:\Max2\Door.Sys
[iftask]3 [Delete]C:\Max3\Door.Sys
[iftask]3 [open]C:\Max3\Door.Sys
[write]COM%P:[comment COM port]
[write]%b[comment Baud rate]
[write]8[comment Stop bits]
[write]%k[comment Node number]
[write]N[comment DTE locked? -- Set to baud rate if running a locked port!!!]
[write]Y[comment Screen display]
[write]Y[comment Printer toggle]
[write]Y[comment Page bell]
[write]Y[comment Caller alarm]
[write]%n[comment User's name]
[write]%c[comment User's city]
[write]%h[comment Home phone]
[write]%h[comment Work/data phone]
[write]%e[comment User's password]
[EQ SysOp][write]100[comment 100 / SysOp]
[EQ AsstSysOp][write]50[comment 50-35 / AsstSysop]
[EQ Clerk][write]32[comment 32 / Clerk]
[EQ Extra][write]31[comment 31 / Extra]
[EQ Favored][write]30[comment 30 / Favored]
[EQ Privil][write]20[comment 20 / Privil]
[EQ Worthy][write]15[comment 15-19 / Worthy]
[EQ Normal][write]10[comment 10 / Normal]
[LT Normal][NE Twit][write]5[comment 5 / Limited & Disgrace]
[EQ Twit][write]5[comment 5 / Twit]
[write]14[comment # of times on]
[write]01/01/90[comment Last date called]
[write]%T[comment Seconds remaining]
[write]%t[comment Minutes remaining]
[colour write]GR[comment 'GR' for graphics]
[endcolour nocolour write]NG[comment 'NG' for TTY]
[endcolour][write]%E[comment Page Length]
[expert write]Y[comment Help mode]
[regular write]N
[novice write]N
[hotflash write]N
[write]1,2,3,4,5,6,7[comment Confs reg'd in]
[write]1[comment Conf last in]
[write]01/01/99[comment Expiration date]
[write]%u[comment User number]
[write]X[comment Default protocol]
[write]0
[write]0
[write]0
[write]9999
==============================================================================
The following entries in Menus.Ctl are for an installation that
bypasses the QRDB main menu.
NoDsp Display_File Misc\DoorSys Twit "Zip Dbase"
ReRead NoDsp Xtern_Dos RUNQRDB_%K_ZIPCODE.3CL Twit "Z"
NoDsp Display_File Misc\DoorSys Twit "Vendor Dbase"
ReRead NoDsp Xtern_Dos RUNQRDB_%K_VENDORS.3CL Twit "V"
NoDsp Display_File Misc\DoorSys Twit "USBBS List Dbase"
ReRead NoDsp Xtern_Dos RUNQRDB_%K_USBBS.1CL Twit "U"
The following will use the QRDB main menu
NoDsp Display_File Misc\DoorSys Twit "Dbase"
ReRead NoDsp Xtern_Dos RUNQRDB_%K Twit "D"
==============================================================================
Here is the RUNQRDB.BAT
c:
if %1==01 chdir \max1
if %1==02 chdir \max2
if %1==03 chdir \max3
C:\QRDB\QRDB %2 %3 %4 %5
cd \max
QRDB needs to be run from the directory that Door.Sys is placed in.
Make sure you set the QRDB enviromental variable so QRDB can find it's
files.
Here's mine SET QRDB=C:\QRDB
==============================================================================