home *** CD-ROM | disk | FTP | other *** search
- ; EZ-ROM 1.20 EZROM.MAS MASTER configuration file for MULTI-DISK only.
- ;
- ; Lines beginning with a semicolon are ignored by EZ-ROM.
- ;
- ; The "Disks" command verb below is only used here in EZROM.MAS.
- ; The "Areas" command verb is only used in EZROM.CFG for each disk.
- ;
- Disks
- 1 ON >5 0 C:\WC30\CDROM1\EZROM.CFG
- 2 ON <30 0 C:\WC30\CDROM2\EZROM.CFG
- 3 ON =20 0 C:\WC30\CDROM3\EZROM.CFG
- 4 OFF >5 0 C:\WC30\CDROM4\EZROM.CFG
- 5 ON >5 20
- 6 ON >5 0 C:\WC30\CDROM6\EZROM.CFG
- Disks
- ;
- ; EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
- ;
- ; COLUMN 1 is the key character that the caller uses to select the
- ; disk. Number 1 to 6 are shown, but any almost any single
- ; character may be used. This includes letters, numbers and symbols.
- ; Letters must be uppercase. Do not use the letters K, Q, and S
- ; since these are used to select options on the EZ-ROM main menu.
- ; Do not use numbers greater than 9 since these require more than
- ; one character.
- ; COLUMN 2 shows if door is ON or OFF line. If OFF, the disk is
- ; browse-only with no downloads allowed.
- ; 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 are allowed to enter)
- ; <30 (only security levels less than 30 are allowed to enter)
- ; =20 (only security level equal to 20 are allowed to 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 EZ-ROM will terminate with this
- ; ErrorLevel when this door is selected by the caller. This allows
- ; EZ-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 EZ-ROM. CD-ROM disks and external doors
- ; may be combined freely in the same menu. A normal EZ-ROM exit
- ; where no door or disk is selected is ErrorLevel 0. Internal
- ; errors in EZ-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 EZROM.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 EZROM.CFG for that disk. Column 5 is
- ; blank if this line indicates an external door.
- ;
- ;
- UserInfo C:\WC30\WCWORK\NODE1\USERINFO.DAT
- HoldDir C:\WC30\WCWORK\NODE1
- CopyToMag ON
- LogName C:\WC30\ACTIVITY.001
- Log ON
- Style 1
- Share ON
- TimeOut 240
- Debug ON
- DropPenalty 300
- AllowLogOff ON
- CheckSize ON
- LinesPerPage 22
- TagChar 26 -
- DirectVideo ON
- CheckSnow ON
- BiosScroll ON
- ;
- ; NoDownLoad 5 6 7
- ; BusyFlag C:\WC30\WCWORK\NODE1\DRIVE1.BSY
- ; FlagDelay 30
- ; DelOldFlag 30
- ;
- ;
-