home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / nbeta087.exe / CONFIGS.EXE / DOORS.CTL < prev    next >
Encoding:
Text File  |  1996-02-04  |  2.1 KB  |  73 lines

  1. ;
  2. ; NanoBBS Copyright 1994 Whirlwind Software - All Rights Reserved
  3. ;
  4. ; DOORS.CTL - A configuration file for external programs
  5. ;
  6. ; THIS IS AN EXAMPLE FILE ONLY!
  7. ;
  8. ; In the COMMAND parameter, you can substitute %n for the node number,
  9. ; %c for the COMMAND.COM comspec (which you need to execute batch files).
  10. ;
  11. ; PATH specifies the path where NanoBBS should change to before running the
  12. ;      door.
  13. ; COMMAND specifies the executable filename and command line parameters
  14. ;         needed to run the door.  Use %C /C to specify a fully pathed
  15. ;         COMMAND.COM for running batch files.
  16. ; FLAVOUR can be either DORINFO1.DEF, DORINFOX.DEF or DOOR.SYS.  DORINFOX.DEF
  17. ;         is a special "flavour" where the node number is built into
  18. ;         the filename, e.g. DORINFO2.DEF, DORINF25.DEF, DORIN132.DEF etc.
  19. ; AGE is the minimum age a user has to be to use the door
  20. ; ACCESS is the minimum access level a user must have to use the door
  21. ; REALNAME tells NanoBBS to use the real name instead of the user name
  22. ; LASTNAME tells NanoBBS what to put in for a last name if the user has
  23. ;          a one-word handle.
  24. ;
  25. ; Each door entry begins with DOOR and the door number (1..32768), e.g.:
  26. ;
  27. ;               Door 1
  28. ;
  29. ; Don't specify high door numbers unless you actually have that many doors,
  30. ; as MakeDoor may create a rather uncomfortably large .DAT file if you do.
  31. ;
  32. ; Each door entry ends with END
  33. ;
  34.  
  35.  
  36.  
  37. door 1
  38.         path c:\doors\rancho\
  39.         command rancho.exe -l -a
  40.         flavour dorinfo1.def
  41.         access 50
  42.         realname
  43. end
  44.  
  45. door 2
  46.         path c:\doors\hiq\
  47.         command %C /C hiq.bat
  48.         flavour dorinfo1.def
  49.         access 10
  50.         lastname NLN
  51. end
  52.  
  53. door 3
  54.         path c:\doors\streets\
  55.         command streets.exe -l
  56.         flavour dorinfo1.def
  57.         access 50
  58. end
  59.  
  60. door 4
  61.         path c:\doors\purity\
  62.         command purity.exe -l
  63.         flavour dorinfo1.def
  64.         access 50
  65. end
  66.  
  67. door 5
  68.         path c:\doors\galac\
  69.         command g.exe -l
  70.         flavour dorinfo1.def
  71.         access 10
  72. end
  73.