home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / EZROM21E.ZIP / EZROM.MAS < prev    next >
Text File  |  1995-05-20  |  4KB  |  130 lines

  1. ;
  2. ;  EZ-ROM 2.10     EZROM.MAS - This is the master control file for EZ-ROM.
  3. ;
  4. ;  Lines beginning with a semicolon are ignored by EZ-ROM.
  5. ;  Commands must be begin on the far left margin as shown below.
  6. ;  Commands are not case sensitive. Commands must be spelled correctly.
  7. ;  One or more blank spaces may be used between parts of a command.
  8. ;
  9. ;
  10. DISKS
  11. 1   ON   >1   0   C:\CDROM\DISK1\EZROM.CFG  "Night Owl 15"
  12. 2   OFF  >1   0   C:\CDROM\DISK2\EZROM.CFG  "Arsenal Files 3"
  13. 3   OFF  >1   0   C:\CDROM\DISK3\EZROM.CFG  "So Much Shareware 5"
  14. 4   OFF  >1   0   C:\CDROM\DISK4\EZROM.CFG  "Cream of the Crop 8"
  15. 5   OFF  >1   0   C:\CDROM\DISK5\EZROM.CFG  "Pier 6"
  16. 6   OFF  >1   0   C:\CDROM\DISK6\EZROM.CFG  "Simtel MS DOS"
  17. DISKS
  18. ;
  19. ;  EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
  20. ;  Each line in the DISKS section "points" to a EZROM.CFG file for a disk.
  21. ;  The example above shows 6 disks, but you can have from 1 to 152 disks.
  22. ;  There must be one disk per line.
  23. ;  The list MUST BEGIN and END with the command "DISKS".
  24. ;  COLUMN 1 is the number the caller types to select the disk.
  25. ;     The selection numbers 1 to 6 are used in the example above.
  26. ;  COLUMN 2 shows the disk status:
  27. ;     ON   ( Online. Downloads allowed. No requests. )
  28. ;     REQ  ( Requests allowed. No downloads. Registered version only. )
  29. ;     OFF  ( Offline. Browse only. No downloads or requests allowed.  )
  30. ;     CLO  ( Closed. Noone can enter this disk.
  31. ;     AUTO-REQ  ( Online if disk in drive, otherwise set to REQ )
  32. ;     AUTO-OFF  ( Online if disk in drive, otherwise set to OFF )
  33. ;     AUTO-CLO  ( Online if disk in drive, otherwise set to CLO )
  34. ;     If you use any AUTO command for a disk, then you MUST use the
  35. ;     Volume command in the EZROM.CFG for that disk.
  36. ;  COLUMN 3 shows the security level required to enter the disk. Examples:
  37. ;    >5   ( only security levels greater than 5 may enter )
  38. ;    <20  ( only security levels less than 20 may enter )
  39. ;    =30  ( only security level equal to 30 may enter )
  40. ;    There must be NO SPACES between the symbol and the level number.
  41. ;  COLUMN 4 is the type. Set this to 0 for a CD-ROM disk or magnetic drive.
  42. ;  COLUMN 5 is the full path and file name of the EZROM.CFG used for each
  43. ;    CD-ROM disk. Create a separate subdirectory for each disk. Place all
  44. ;    the files for that particular disk (EZROM.CFG, DISK.CLR, DISK.BBS)
  45. ;    in the same subdirectory.
  46. ;  COLUMN 6 is the disk name. Optional. Must be between double quotes.
  47. ;
  48. ;
  49. ;
  50. ;  *** You MUST edit the following 3 directories to match your setup. ***
  51. ;  *** These directories may have any name, but must exist on the hard drive.
  52. ;  *** All BBS nodes must share the same HomeDir and RequestDir ***
  53. ;
  54. HomeDir     C:\CDROM
  55. HoldDir     C:\CDROM\HOLD
  56. RequestDir  C:\CDROM\REQUEST
  57. ;
  58. ;
  59. ;  ***  The following commands are optional ***
  60. ;
  61. Driver  UART
  62. ;
  63. AutoMenu  ON
  64. ;
  65. CopyToMag  ON
  66. Share  OFF
  67. FileView  ON
  68. CheckSize  ON
  69. ;
  70. TimeOut  240
  71. DelaySecs  10
  72. Debug  ON
  73. AllowLogOff  ON
  74. LinesPerPage  21
  75. LinesPerFile  5
  76. DropPenalty  300
  77. MaxBuff  65500
  78. MaxQ  20
  79. DirectVideo  ON
  80. CheckSnow  OFF
  81. BiosScroll  ON
  82. StatLine  TOP  1  14
  83. ;  NoDownload  5  6  7
  84. ;
  85. ;
  86. ;
  87. ;  *** The following UsersSys command is for PCBoard BBS only. ***
  88. ;  *** This command is ignored in unregistered versions of EZ-ROM. ***
  89. ;
  90. ;  UsersSys C:\PCB\USERS.SYS
  91. ;
  92. ;
  93. ;  *** The following optional UserRec command is for Wildcat 4.0 BBS only ***
  94. ;  *** This command is ignored in unregistered versions of EZ-ROM. ***
  95. ;
  96. ;  UserRec  C:\WILDCAT\WCWORK\NODE1\USERREC.BIN
  97. ;
  98. ;
  99. ;  *** The following optional UserInfo command is for Wildcat 3.0 BBS only ***
  100. ;  *** This command is ignored in unregistered versions of EZ-ROM. ***
  101. ;
  102. ;  UserInfo  C:\WC30\WCWORK\NODE1\USERINFO.DAT
  103. ;
  104. ;
  105. ;  *** The following optional commands are for registered versions only ***
  106. ;
  107. ;  DataBase  Internal
  108. ;  KeepUserDays  90
  109. ;  KeepReqDays   30
  110. Limit     ALL  12  2000
  111. ReqLimit  ALL  12  2000
  112. ;  NoRequest  5  6  7
  113. ;  Log ON
  114. ;  LogName  C:\BBS\BBS.LOG
  115. ;  Style  1
  116. ;  LogUserName  OFF
  117. ;  LogLeader  '      * '
  118. ;  IndentLog  0
  119. ;  BeforeBat  COMMENT.BAT
  120. ;
  121. ;
  122. ;  *** The following optional commands define the appearance of AutoMenu ***
  123. ;
  124. ;  AutoMenuTitle  Files on CD-ROM
  125. ;  AutoMenuColor  TOP      12  15  15  15
  126. ;  AutoMenuColor  ONLINE   15  14  11  15
  127. ;  AutoMenuColor  REQUEST   7  14   3   7
  128. ;  AutoMenuColor  OFFLINE   7  14   7   7
  129. ;
  130.