home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / EZROM13G.ZIP / MULTI.ZIP / EZROM.MAS next >
Text File  |  1994-01-31  |  5KB  |  132 lines

  1. ;
  2. ;  EZ-ROM 1.30    EZROM.MAS    MASTER configuration file for MULTI-DISK only.
  3. ;
  4. ;  Lines beginning with a semicolon are ignored by EZ-ROM.
  5. ;  Command verbs are not case sensitive.
  6. ;  One or more spaces may be used between parts of a command.
  7. ;  Spaces may be any "white space" character from ASCII 00 to 32.
  8. ;
  9. ;  The DISKS command below is only used here in EZROM.MAS.
  10. ;  The AREAS command is only used in EZROM.CFG for each disk.
  11. ;
  12. DISKS
  13. 1   ON   >5   0   C:\CDROM\DISK1\EZROM.CFG
  14. 2   ON   >5   0   C:\CDROM\DISK2\EZROM.CFG
  15. 3   REQ  >5   0   C:\CDROM\DISK3\EZROM.CFG
  16. 4   REQ  <20  0   C:\CDROM\DISK4\EZROM.CFG
  17. 5   OFF  =30  0   C:\CDROM\DISK5\EZROM.CFG
  18. 6   OFF  >5   0   C:\CDROM\DISK6\EZROM.CFG
  19. DISKS
  20. ;
  21. ;  EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
  22. ;  Each line in the DISKS section "points" to a EZROM.CFG file for a disk.
  23. ;  The DISKS configuration command is MANDATORY for multi-disk mode.
  24. ;  It is only used in EZROM.MAS and is for multi-disk mode only.
  25. ;  It is used to signify both the beginning and end of a list of disks.
  26. ;  The example above shows 6 disks, but you can have as many as 100.
  27. ;  There must be one disk per line.
  28. ;  The list MUST BEGIN and END with the keyword "DISKS".
  29. ;  The list MUST BEGIN and END with the keyword "DISKS".
  30. ;  COLUMN 1 is the string of characters that the caller types to select
  31. ;     the disk. Any string of up to 30 typeable characters may be used.
  32. ;     No blanks or untypeable characters. Must be one continuous string.
  33. ;     Do not use the single characters Q, S, or U since these are used
  34. ;     to select options on the main menu. But you may use words of 2 or
  35. ;     more characters that begin with Q, S, or U. The simplest method
  36. ;     may be to use a number to indicate each disk as done in the
  37. ;     example above.
  38. ;  COLUMN 2 shows the disk or door status.
  39. ;     ON  means online. Downloads allowed. No requests.
  40. ;     OFF means offline. Browse only. No downloads or requests allowed.
  41. ;     REQ means requests allowed. No downloads.
  42. ;     REQ is only available in the registered version.
  43. ;  COLUMN 3 shows the security level required to enter the disk.
  44. ;    For example if it is set to:
  45. ;    >5   (only security levels greater than 5 may enter)
  46. ;    <20  (only security levels less than 20 may enter)
  47. ;    =30  (only security level equal to 30 may enter)
  48. ;    There must be no spaces between the symbol and the level
  49. ;    number.
  50. ;  COLUMN 4 is the type. Set this to 0 for a CD-ROM disk. Set it any
  51. ;    value between 10 and 255 and EZ-ROM will terminate with this
  52. ;    ErrorLevel when this door is selected by the caller. This allows
  53. ;    EZ-ROM to be used like an external menu program. In this case, you
  54. ;    need to catch and respond to these ErrorLevels in the batch file
  55. ;    that runs EZ-ROM. CD-ROM disks and external doors may be combined
  56. ;    freely in the same menu. A normal EZ-ROM exit where no door or disk
  57. ;    is selected is ErrorLevel 0. Internal errors in EZ-ROM exit with
  58. ;    ErrorLevel 1. Do not set ErrorLevels 1 to 9 as these are reserved
  59. ;    for future use.
  60. ;  COLUMN 5 is the full path and file name of the EZROM.CFG used
  61. ;    for each CD-Rom disk. Create a separate subdirectory for each
  62. ;    disk. Place all the files for that particular disk in the same
  63. ;    subdirectory along with the EZROM.CFG for that disk. Column 5
  64. ;    is blank if this line indicates an external door.
  65. ;
  66. ;
  67. ;  *** You MUST edit the following 3 directories to match your setup. ***
  68. ;  *** These directories may have any name, but must exist on the hard drive.
  69. ;
  70. HomeDir     C:\CDROM
  71. HoldDir     C:\CDROM\HOLD
  72. RequestDir  C:\CDROM\REQUEST
  73. ;
  74. ;
  75. ;  ***  The following commands are optional ***
  76. ;
  77. CopyToMag  ON
  78. Share  OFF
  79. FileView  ON
  80. CheckSize  ON
  81. TimeOut  240
  82. Debug  ON
  83. AllowLogOff  ON
  84. LinesPerPage  22
  85. DropPenalty  300
  86. DirectVideo  ON
  87. CheckSnow  OFF
  88. BiosScroll  ON
  89. ;  NoDownload 5 6 7
  90. ;
  91. ;
  92. ;  *** The following UserInfo command is for Wildcat BBS only ***
  93. ;
  94. ;  UserInfo  C:\WC30\WCWORK\NODE1\USERINFO.DAT
  95. ;
  96. ;
  97. ;  *** The following commands are for network and/or multinode systems ***
  98. ;
  99. ;  BusyFlag  C:\CDROM\HOLD\DRIVE1.BSY
  100. ;  FlagDelay  30
  101. ;  DelOldFlag  30
  102. ;  ListDrive  K
  103. ;
  104. ;
  105. ;  *** The following 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. ;  FileRatio  10  50
  114. ;  ByteRatio  10  50
  115. ;  Log ON
  116. ;  LogName  C:\BBS\BBS.LOG
  117. ;  Style  1
  118. ;  LogUserName  OFF
  119. ;  LogLeader  '      * '
  120. ;  IndentLog  0
  121. ;  BeforeBat  COMMENT.BAT
  122. ;  AfterBat  YOURFILE.BAT
  123. ;
  124. ;
  125. ;  *** The following commands are rarely required ***
  126. ;
  127. ;  FixTime  ON
  128. ;  DLTimer 30
  129. ;  Handshake ha cts
  130. ;  Graphics  OFF
  131. ;
  132.