home *** CD-ROM | disk | FTP | other *** search
- ;
- ; EZ-ROM 2.10 EZROM.MAS - This is the master control file for EZ-ROM.
- ;
- ; Lines beginning with a semicolon are ignored by EZ-ROM.
- ; Commands must be begin on the far left margin as shown below.
- ; Commands are not case sensitive. Commands must be spelled correctly.
- ; One or more blank spaces may be used between parts of a command.
- ;
- ;
- DISKS
- 1 ON >0 0 C:\CDROM\DISK1\EZROM.CFG "Night Owl 15"
- 2 OFF >0 0 C:\CDROM\DISK2\EZROM.CFG "Arsenal Files 3"
- 3 OFF >0 0 C:\CDROM\DISK3\EZROM.CFG "So Much Shareware 5"
- 4 OFF >0 0 C:\CDROM\DISK4\EZROM.CFG "Cream of the Crop 8"
- 5 OFF >0 0 C:\CDROM\DISK5\EZROM.CFG "Pier 6"
- 6 OFF >0 0 C:\CDROM\DISK6\EZROM.CFG "Simtel MS DOS"
- DISKS
- ;
- ; EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
- ; Each line in the DISKS section "points" to a EZROM.CFG file for a disk.
- ; The example above shows 6 disks, but you can have from 1 to 152 disks.
- ; There must be one disk per line.
- ; The list MUST BEGIN and END with the command "DISKS".
- ; COLUMN 1 is the number the caller types to select the disk.
- ; The selection numbers 1 to 6 are used in the example above.
- ; COLUMN 2 shows the disk status:
- ; ON ( Online. Downloads allowed. No requests. )
- ; REQ ( Requests allowed. No downloads. Registered version only. )
- ; OFF ( Offline. Browse only. No downloads or requests allowed. )
- ; CLO ( Closed. Noone can enter this disk.
- ; AUTO-REQ ( Online if disk in drive, otherwise set to REQ )
- ; AUTO-OFF ( Online if disk in drive, otherwise set to OFF )
- ; AUTO-CLO ( Online if disk in drive, otherwise set to CLO )
- ; If you use any AUTO command for a disk, then you MUST use the
- ; Volume command in the EZROM.CFG for that disk.
- ; COLUMN 3 shows the security level required to enter the disk. Examples:
- ; >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 or magnetic drive.
- ; COLUMN 5 is the full path and file name of the EZROM.CFG used for each
- ; CD-ROM disk. Create a separate subdirectory for each disk. Place all
- ; the files for that particular disk (EZROM.CFG, DISK.CLR, DISK.BBS)
- ; in the same subdirectory.
- ; COLUMN 6 is the disk name. Optional. Must be between double quotes.
- ;
- ;
- ;
- ; *** You MUST edit the following 3 directories to match your setup. ***
- ; *** These directories may have any name, but must exist on the hard drive.
- ; *** All BBS nodes must share the same HomeDir and RequestDir ***
- ;
- HomeDir C:\CDROM
- HoldDir C:\CDROM\HOLD
- RequestDir C:\CDROM\REQUEST
- ;
- ;
- ; *** The following commands are optional ***
- ;
- Driver UART
- ;
- AutoMenu ON
- ;
- CopyToMag ON
- Share OFF
- FileView ON
- CheckSize ON
- ;
- TimeOut 240
- DelaySecs 10
- Debug ON
- AllowLogOff ON
- LinesPerPage 21
- LinesPerFile 5
- DropPenalty 300
- MaxBuff 65500
- MaxQ 20
- DirectVideo ON
- CheckSnow OFF
- BiosScroll ON
- StatLine TOP 1 14
- ; NoDownload 5 6 7
- ;
- ;
- ;
- ; *** The following UsersSys command is for PCBoard BBS only. ***
- ; *** This command is ignored in unregistered versions of EZ-ROM. ***
- ;
- ; UsersSys C:\PCB\USERS.SYS
- ;
- ;
- ; *** The following optional UserRec command is for Wildcat 4.0 BBS only ***
- ; *** This command is ignored in unregistered versions of EZ-ROM. ***
- ;
- ; UserRec C:\WILDCAT\WCWORK\NODE1\USERREC.BIN
- ;
- ;
- ; *** The following optional UserInfo command is for Wildcat 3.0 BBS only ***
- ; *** This command is ignored in unregistered versions of EZ-ROM. ***
- ;
- ; UserInfo C:\WC30\WCWORK\NODE1\USERINFO.DAT
- ;
- ;
- ; *** The following optional commands are for registered versions only ***
- ;
- ; DataBase Internal
- ; KeepUserDays 90
- ; KeepReqDays 30
- Limit ALL 12 2000
- ReqLimit ALL 12 2000
- ; NoRequest 5 6 7
- ; Log ON
- ; LogName C:\BBS\BBS.LOG
- ; Style 1
- ; LogUserName OFF
- ; LogLeader ' * '
- ; IndentLog 0
- ; BeforeBat COMMENT.BAT
- ;
- ;
- ; *** The following optional commands define the appearance of AutoMenu ***
- ;
- ; AutoMenuTitle Files on CD-ROM
- ; AutoMenuColor TOP 12 15 15 15
- ; AutoMenuColor ONLINE 15 14 11 15
- ; AutoMenuColor REQUEST 7 14 3 7
- ; AutoMenuColor OFFLINE 7 14 7 7
- ;
-