home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DL4B11.ZIP / DOWNLIST.CFG < prev    next >
Text File  |  1998-03-29  |  3KB  |  84 lines

  1. 'The BBSNAME variable will tell the door your BBS's name.
  2. BBSNAME=The Dynasty BBS
  3.  
  4. 'The SYSOPF variable tells the door the sysop's first name.
  5. SYSOPF=Ronald
  6.  
  7. 'The SYSOPL variable tells the door the sysop's last name.
  8. SYSOPL=Schlegel
  9.  
  10. 'The MAINNODE variable tells the door where your main (node 1)
  11. 'directory is. NO TRAILING "\"!!!
  12. MAINNODE=C:\TRIBBS
  13.  
  14. 'The THISNODE variable tells the door where the main directory
  15. 'for this node is. If you have only 1 node, then make this the same as
  16. 'the MAINNODE.
  17. THISNODE=C:\TRIBBS2
  18.  
  19. 'The CDLIST variable will allow the user to decide if they want the CD-ROM
  20. 'file areas lists included when downloading the full master file lists.
  21. 'There must be something in this line even if you don't have any CD-ROM
  22. 'areas. Y=Yes, allow user to include CD's...N=No, do not allow user to
  23. 'include CD's.
  24. CDLIST=N
  25.  
  26. 'The RTSCTS variable tells DownList if you want to use RTS/CTS flow
  27. 'control. This should usually be Y.
  28. RTSCTS=Y
  29.  
  30. 'The following are protocol commands. Please refer to the documentation
  31. 'supplied with your protocol driver for useage. Please see DOWNLIST.DOC
  32. 'for details of how DownList uses the parameters.
  33. XMODEM=ttprot %1 %2 Y XU %3
  34. YMODEM=ttprot %1 %2 Y YU %3
  35. ZMODEM=dsz port %1 speed %2 D sz -rr %3
  36.  
  37. 'The DOORFILE variable tells the door the name of the door file your system
  38. 'uses and where it is located.  It can contain a drive and path.  The
  39. 'current BBS door files supported are:
  40. '
  41. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  42. '  USERS.SYS    - PCBoard verion 15.x
  43. '  CALLINFO.BBS - Wildcat version 2.x
  44. '  DOOR.SYS     - GAP any version or Wildcat 3.x
  45. '  DORINFO#.DEF - RBBS and QBBS systems
  46. '  CHAIN.TXT    - WWIV version 2.x or above
  47. '  UBBS.SYS     - Ultra BBS systems
  48. '  SFDOORS.DAT  - SpitFire systems
  49. '  AUNTIE.SYS   - Auntie BBS systems
  50. '  TRIBBS.SYS   - Tri-BBS systems
  51. '  STANDARD.SYS - Standard Drop file format... read docs for details.
  52. '  DIRECT       - Will get all info from modem and user.
  53. '
  54. DOORFILE=C:\TRIBBS2\DOOR.SYS
  55.  
  56. 'The MAXTIME variable tells the door the maximum amount of time that a user
  57. 'may be in the door before exiting back to the BBS.  If not included or set to
  58. '0 the time left currently on your system will be used.
  59. MAXTIME=30
  60.  
  61. 'The KBTIME variable tells the door how much time to allow for no input from
  62. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  63. KBTIME=3
  64.  
  65. 'The FOSSIL variable tells the doors whether you are using a Fossil
  66. 'driver like X00 or BNU. This variable can be set to either YES or NO.
  67. 'The Default is NO.
  68. FOSSIL=YES
  69.  
  70. 'The COMPORT variable tells the door which COM port to use for I/O functions
  71. 'to occur.  This variable can be a number from 1 to 8.  With multiple lines,
  72. 'you can setup different CFG files for each line with a separate comport
  73. 'number.  If using a non-standard port address, use H in front of the address
  74. 'and the number should be in hexadecimal (eg: COMPORT=H03F8).
  75. 'This MUST be set if you are having trouble with your comport being read from
  76. 'the door file or if using the DIRECT method.  Otherwise, it can be left out
  77. 'unless your DOORFILE variable doesn't give the information on comport number.
  78. 'COMPORT=2
  79.  
  80. 'The IRQ variable tells the door what IRQ to use if non-standard.  This does
  81. 'not have to be set if a standard comport is being used.
  82. 'IRQ=3
  83.  
  84.