home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
SPITFIRE
/
SFROM13G.ZIP
/
MULTI.ZIP
/
SFROM.MAS
< prev
Wrap
Text File
|
1994-01-31
|
5KB
|
126 lines
;
; SF-ROM 1.30 SFROM.MAS MASTER configuration file for MULTI-DISK only.
;
; Lines beginning with a semicolon are ignored by SF-ROM.
; Command verbs are not case sensitive.
; One or more spaces may be used between parts of a command.
; Spaces may be any "white space" character from ASCII 00 to 32.
;
; The DISKS command below is only used here in SFROM.MAS.
; The AREAS command is only used in SFROM.CFG for each disk.
;
DISKS
1 ON >5 0 C:\CDROM\DISK1\SFROM.CFG
2 ON >5 0 C:\CDROM\DISK2\SFROM.CFG
3 REQ >5 0 C:\CDROM\DISK3\SFROM.CFG
4 REQ <20 0 C:\CDROM\DISK4\SFROM.CFG
5 OFF =30 0 C:\CDROM\DISK5\SFROM.CFG
6 OFF >5 0 C:\CDROM\DISK6\SFROM.CFG
DISKS
;
; EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
; Each line in the DISKS section "points" to a SFROM.CFG file for a disk.
; The DISKS configuration command is MANDATORY for multi-disk mode.
; It is only used in SFROM.MAS and is for multi-disk mode only.
; It is used to signify both the beginning and end of a list of disks.
; The example above shows 6 disks, but you can have as many as 100.
; There must be one disk per line.
; The list MUST BEGIN and END with the keyword "DISKS".
; The list MUST BEGIN and END with the keyword "DISKS".
; COLUMN 1 is the string of characters that the caller types to select
; the disk. Any string of up to 30 typeable characters may be used.
; No blanks or untypeable characters. Must be one continuous string.
; Do not use the single characters Q, S, or U since these are used
; to select options on the main menu. But you may use words of 2 or
; more characters that begin with Q, S, or U. The simplest method
; may be to use a number to indicate each disk as done in the
; example above.
; COLUMN 2 shows the disk or door status.
; ON means online. Downloads allowed. No requests.
; OFF means offline. Browse only. No downloads or requests allowed.
; REQ means requests allowed. No downloads.
; REQ is only available in the registered version.
; COLUMN 3 shows the security level required to enter the disk.
; For example if it is set to:
; >5 (only security levels greater than 5 may enter)
; <20 (only security levels less than 20 may enter)
; =30 (only security level equal to 30 may enter)
; There must be no spaces between the symbol and the level
; number.
; COLUMN 4 is the type. Set this to 0 for a CD-ROM disk. Set it any
; value between 10 and 255 and SF-ROM will terminate with this
; ErrorLevel when this door is selected by the caller. This allows
; SF-ROM to be used like an external menu program. In this case, you
; need to catch and respond to these ErrorLevels in the batch file
; that runs SF-ROM. CD-ROM disks and external doors may be combined
; freely in the same menu. A normal SF-ROM exit where no door or disk
; is selected is ErrorLevel 0. Internal errors in SF-ROM exit with
; ErrorLevel 1. Do not set ErrorLevels 1 to 9 as these are reserved
; for future use.
; COLUMN 5 is the full path and file name of the SFROM.CFG used
; for each CD-Rom disk. Create a separate subdirectory for each
; disk. Place all the files for that particular disk in the same
; subdirectory along with the SFROM.CFG for that disk. Column 5
; is blank if this line indicates an external door.
;
;
; *** You MUST edit the following 3 directories to match your setup. ***
; *** These directories may have any name, but must exist on the hard drive.
;
HomeDir C:\CDROM
HoldDir C:\CDROM\HOLD
RequestDir C:\CDROM\REQUEST
;
;
; *** The following commands are optional ***
;
CopyToMag ON
Share OFF
FileView ON
CheckSize ON
TimeOut 240
Debug ON
AllowLogOff ON
LinesPerPage 22
DropPenalty 300
DirectVideo ON
CheckSnow OFF
BiosScroll ON
; NoDownload 5 6 7
;
;
; *** The following commands are for network and/or multinode systems ***
;
; BusyFlag C:\CDROM\HOLD\DRIVE1.BSY
; FlagDelay 30
; DelOldFlag 30
; ListDrive K
;
;
; *** The following commands are for registered versions only ***
;
; KeepUserDays 90
; KeepReqDays 30
; TotalDown ON
; Limit ALL 12 2000
; ReqLimit ALL 12 2000
; NoRequest 5 6 7
; FileRatio 10 50
; ByteRatio 10 50
; Log ON
; LogName C:\SF\CALLERS.TMP
; Style 1
; LogUserName OFF
; LogLeader ' '
; IndentLog 2
; BeforeBat COMMENT.BAT
; AfterBat YOURFILE.BAT
;
;
; *** The following commands are rarely required ***
;
; DLTimer 30
; Handshake ha cts
; Graphics OFF
;