home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / SPITFIRE / SFROM13G.ZIP / MULTI.ZIP / SFROM.MAS < prev   
Text File  |  1994-01-31  |  5KB  |  126 lines

  1. ;
  2. ;  SF-ROM 1.30    SFROM.MAS    MASTER configuration file for MULTI-DISK only.
  3. ;
  4. ;  Lines beginning with a semicolon are ignored by SF-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 SFROM.MAS.
  10. ;  The AREAS command is only used in SFROM.CFG for each disk.
  11. ;
  12. DISKS
  13. 1   ON   >5   0   C:\CDROM\DISK1\SFROM.CFG
  14. 2   ON   >5   0   C:\CDROM\DISK2\SFROM.CFG
  15. 3   REQ  >5   0   C:\CDROM\DISK3\SFROM.CFG
  16. 4   REQ  <20  0   C:\CDROM\DISK4\SFROM.CFG
  17. 5   OFF  =30  0   C:\CDROM\DISK5\SFROM.CFG
  18. 6   OFF  >5   0   C:\CDROM\DISK6\SFROM.CFG
  19. DISKS
  20. ;
  21. ;  EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
  22. ;  Each line in the DISKS section "points" to a SFROM.CFG file for a disk.
  23. ;  The DISKS configuration command is MANDATORY for multi-disk mode.
  24. ;  It is only used in SFROM.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 SF-ROM will terminate with this
  52. ;    ErrorLevel when this door is selected by the caller. This allows
  53. ;    SF-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 SF-ROM. CD-ROM disks and external doors may be combined
  56. ;    freely in the same menu. A normal SF-ROM exit where no door or disk
  57. ;    is selected is ErrorLevel 0. Internal errors in SF-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 SFROM.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 SFROM.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 commands are for network and/or multinode systems ***
  93. ;
  94. ;  BusyFlag  C:\CDROM\HOLD\DRIVE1.BSY
  95. ;  FlagDelay  30
  96. ;  DelOldFlag  30
  97. ;  ListDrive  K
  98. ;
  99. ;
  100. ;  *** The following commands are for registered versions only ***
  101. ;
  102. ;  KeepUserDays  90
  103. ;  KeepReqDays   30
  104. ;  TotalDown ON
  105. ;  Limit     ALL  12  2000
  106. ;  ReqLimit  ALL  12  2000
  107. ;  NoRequest  5  6  7
  108. ;  FileRatio  10  50
  109. ;  ByteRatio  10  50
  110. ;  Log ON
  111. ;  LogName  C:\SF\CALLERS.TMP
  112. ;  Style  1
  113. ;  LogUserName  OFF
  114. ;  LogLeader  '        '
  115. ;  IndentLog  2
  116. ;  BeforeBat  COMMENT.BAT
  117. ;  AfterBat  YOURFILE.BAT
  118. ;
  119. ;
  120. ;  *** The following commands are rarely required ***
  121. ;
  122. ;  DLTimer 30
  123. ;  Handshake ha cts
  124. ;  Graphics  OFF
  125. ;
  126.