home *** CD-ROM | disk | FTP | other *** search
- ;
- ; NanoBBS Copyright 1994 Whirlwind Software - All Rights Reserved
- ;
- ; DOORS.CTL - A configuration file for external programs
- ;
- ; THIS IS AN EXAMPLE FILE ONLY!
- ;
- ; In the COMMAND parameter, you can substitute %n for the node number,
- ; %c for the COMMAND.COM comspec (which you need to execute batch files).
- ;
- ; PATH specifies the path where NanoBBS should change to before running the
- ; door.
- ; COMMAND specifies the executable filename and command line parameters
- ; needed to run the door. Use %C /C to specify a fully pathed
- ; COMMAND.COM for running batch files.
- ; FLAVOUR can be either DORINFO1.DEF, DORINFOX.DEF or DOOR.SYS. DORINFOX.DEF
- ; is a special "flavour" where the node number is built into
- ; the filename, e.g. DORINFO2.DEF, DORINF25.DEF, DORIN132.DEF etc.
- ; AGE is the minimum age a user has to be to use the door
- ; ACCESS is the minimum access level a user must have to use the door
- ; REALNAME tells NanoBBS to use the real name instead of the user name
- ; LASTNAME tells NanoBBS what to put in for a last name if the user has
- ; a one-word handle.
- ;
- ; Each door entry begins with DOOR and the door number (1..32768), e.g.:
- ;
- ; Door 1
- ;
- ; Don't specify high door numbers unless you actually have that many doors,
- ; as MakeDoor may create a rather uncomfortably large .DAT file if you do.
- ;
- ; Each door entry ends with END
- ;
-
-
-
- door 1
- path c:\doors\rancho\
- command rancho.exe -l -a
- flavour dorinfo1.def
- access 50
- realname
- end
-
- door 2
- path c:\doors\hiq\
- command %C /C hiq.bat
- flavour dorinfo1.def
- access 10
- lastname NLN
- end
-
- door 3
- path c:\doors\streets\
- command streets.exe -l
- flavour dorinfo1.def
- access 50
- end
-
- door 4
- path c:\doors\purity\
- command purity.exe -l
- flavour dorinfo1.def
- access 50
- end
-
- door 5
- path c:\doors\galac\
- command g.exe -l
- flavour dorinfo1.def
- access 10
- end
-