home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / EZROM13G.ZIP / EZROM.DOC < prev    next >
Text File  |  1994-01-31  |  77KB  |  1,587 lines

  1.  
  2.                               EZ-ROM DOOR
  3.                               Version 1.30
  4.                           Released Jan 31, 1994
  5.  
  6.                   Copyright 1992-1994 by Mike Robinson
  7.  
  8.                             The Soft Parade
  9.                         Shelton, Connecticut, USA
  10.                         1:141/485    203-924-5603
  11.                         1:141/486    203-922-1794
  12.               Fast Online registration using Visa or Mastercard
  13.  
  14.       EZ-ROM is a file download door for ANY BBS that creates the standard
  15.       DOOR.SYS file. Files may be located on CD-ROM disk or magnetic disk.
  16.       Features include: up to 100 disks, up to 500 file areas per disk,
  17.       maintains it's own user/download database, requests from offline
  18.       disks, full multi-node and network support, batch downloads from
  19.       within the door, file tagging, fast text search single or all disks,
  20.       ZIP and text file viewer, insertion of BBS ads into ZIP files,
  21.       Wildcat BBS support, multi-disk changer support, automatic request
  22.       manager/editor program, user manager/editor program, configurable
  23.       user limits, chat mode, local drop to DOS, and multitasker aware. Can
  24.       be run in local copy-to-hardrive mode in the BBS or from the DOS
  25.       command line.
  26.  
  27.       A plain ASCII text file list is used for each file area. These lists
  28.       are often supplied on the CD-ROM disk and can be used with little or
  29.       no modification. Special compiled file lists are NOT required. EZ-ROM
  30.       automatically supports multi-line file descriptions and it works
  31.       especially well with Night Owl and Spitfire format multi-line lists.
  32.       Optional formatting commands can be used to change the display
  33.       position on each line of the filename, size, date, and description.
  34.       Configurable display color too.
  35.  
  36.       EZ-ROM is unique among CD-ROM doors because it maintains it's own
  37.       separate DATABASE to record caller download information and limit the
  38.       number of files/bytes downloaded and requested. It also records
  39.       files/bytes downloaded both in DOOR.SYS which can be read back by
  40.       some BBS types, and in USERINFO.DAT which is read back Wildcat BBS
  41.       and recorded in the main Wildcat database.
  42.  
  43.       EZ-ROM can also serve as a very configurable menu extension. From the
  44.       same main menu a caller can choose from a selection of CD-ROM disks,
  45.       magnetic disk file areas, and external doors. These may be used in
  46.       any combination. When an external door is chosen, EZ-ROM exits with
  47.       an ErrorLevel which is then used in a batch file to pass control to
  48.       the selected external door.
  49.  
  50.       There is special support designed in for multiple nodes and/or
  51.       multiple CD-ROM drives such as the Pioneer DRM series disk changers.
  52.       EZ-ROM acts as a traffic cop to control access, avoid collisions,
  53.       and prevent "thrashing" that can sometimes occur when multiple
  54.       users try to access the same drive.
  55.  
  56.       Considerable time and energy was spent working around the speed
  57.       limitations of today's CD-ROM drives. Actual CD-ROM drive hardware
  58.       access time has been minimized by:
  59.  
  60.       1. Maintaining the file lists on the magnetic drive. This is
  61.          optional. If the CD-ROM itself contains file lists, these can be
  62.          be accessed directly by the door in order to save hard drive
  63.          space. The same file lists may be shared by all nodes.
  64.       2. Copying the file to a holding directory on the hard drive and
  65.          downloading it from there. This is also optional. You can
  66.          configure the door to download directly from the CD-ROM drive.
  67.       3. Careful design of the the door logic. The CD-ROM drive hardware is
  68.          accessed as rapidly as possible and only when absolutely required.
  69.  
  70.       FEATURES LIST:
  71.  
  72.       ■ Up to 100 disks. Up to 500 file areas per disk.
  73.       ■ File Tagging while listing and while searching.
  74.       ■ Fast text search of a file area, a whole disk, or all disks.
  75.       ■ Online ZIP file and text file viewer.
  76.  
  77.       ■ Maintains it's own user/download database file that limits daily
  78.         downloads and requests on ANY BBS type. (registered version)
  79.         Configurable limits based on security level, files, bytes, ratios.
  80.         Includes EZ-User - Database Manager/Editor program.
  81.  
  82.       ■ Requests from offline disks. (registered version)
  83.         Includes EZ-Request - Automatic Request Manager/Editor program.
  84.         This program prompts the sysop to insert a disk into the drive, and
  85.         then copies all pending requests for that disk before prompting for
  86.         the next disk. Caller receives a message when entering the door if
  87.         requested files are ready for download. If successfully downloaded,
  88.         the files are deleted when the caller exits the door. If the caller
  89.         does not download the files, they are held for a configurable
  90.         number of days and then deleted.
  91.  
  92.       ■ Inserts BBS advertisements into ZIP files. (registered version)
  93.         Uses optional batch file execution before and/or after download.
  94.  
  95.       ■ Wildcat BBS support. Writes download info back to USERINFO.DAT.
  96.         (registered version)
  97.  
  98.       ■ Special support for Multi-disk changers designed with the
  99.         Pioneer DRM series in mind. I run a Pioneer DRM-600 on my
  100.         multi-node BBS, so I know from experience that it works well.
  101.  
  102.       ■ Batch downloads from within door using Xmodem, Ymodem or Zmodem.
  103.         A copy of DSZ.COM or DSZ.EXE by Omen Technology Incorporated
  104.         must be in the current directory or on the DOS path. The correct
  105.         parameters are automatically passed to DSZ based on whether the
  106.         caller has chosen X, Y, or Zmodem. Non-standard ports, crash
  107.         recovery, and Zmodem MobyTurbo are supported.
  108.  
  109.       ■ File sharing and locking for multinode and network operation. All
  110.         file lists, menus, data files and logs may be shared.
  111.  
  112.       ■ Communication port speeds to 115,200 bps with hardware or software
  113.         flow control. Automatically reads the communication port hardware
  114.         (UART) to determine port speed, data bits, stop bits and parity.
  115.         Port number to use is read from DOOR.SYS. Port number, IRQ number,
  116.         IO base address, and interrupt vector can be set manually to handle
  117.         non-standard ports. Handles any UART, including the 16550AFN. Does
  118.         not require or use a FOSSIL driver, but is compatible with a FOSSIL
  119.         if one is installed.
  120.  
  121.       ■ Multitasker aware. Releases time slices (clock tics) to tasks
  122.         running in other windows when EZ-ROM is idle.
  123.         These multitaskers are automatically detected and supported:
  124.         DESQview 2.xx, Windows 3.x & NT, DoubleDOS, VMiX 2.xx, MultiDos
  125.         Plus 4.xx, OS/2 2.0, DOS 5/6 Task Switcher and Compatibles,
  126.         TaskView, TopView, OmniView, & Compatibles.
  127.  
  128.       ■ DSZmodem is "trapped" inside a window so that data does not
  129.         scroll up off screen as download progresses.
  130.  
  131.       ■ Chat Mode
  132.       ■ Local drop to DOS
  133.       ■ Carrier detection. Resets the BBS if caller drops carrier.
  134.       ■ Inactivity timeout configurable from 1 to 10 minutes.
  135.       ■ Detailed status lines always visible on top of local screen.
  136.       ■ Detailed status screen displayed during download.
  137.       ■ Custom display screens.
  138.       ■ Optional logoff after transfer.
  139.       ■ Optional time penalty for dropped carrier.
  140.       ■ Logging of all caller activities to any file. (registered version)
  141.  
  142.       EZ-ROM is shareware with a $25 registration. See the end of this file
  143.       or REGISTER.DOC for registration form and information.
  144.  
  145. ----- SETUP for SINGLE-DISK MODE ----------------------------------------
  146.  
  147.       1. Unzip this archive into one subdirectory. This will be the EZ-ROM
  148.          home directory, which is named C:\CDROM in the following example,
  149.          but any subdirectory name may be used. The files contained in
  150.          MULTI.ZIP are NOT required for single-disk mode.
  151.  
  152.       2. Modify the included EZROM.CFG file to meet your needs. See
  153.          CONFIGURATION VERBS below for description of each option. Any line
  154.          in EZROM.CFG that does not begin with a letter is ignored. The
  155.          lines that begin with semicolons, for example, are used for
  156.          comments and ignored by the program.
  157.  
  158.          Keep this file in the EZ-ROM home directory.
  159.  
  160.       3. Prepare an ASCII text file list for each subdirectory on the
  161.          CD-ROM. These are often included on the CD-ROM and can usually be
  162.          used with little or no modification. Keep the lists in the EZ-ROM
  163.          home directory or on the CD-ROM. The first line of each file entry
  164.          in the list should be in the following format:
  165.  
  166. ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
  167. EZROM13.ZIP   110,330  01-31-94  EZ-ROM v1.30, CD-ROM Door by Mike Robinson
  168. <---Name---><--Size--><-Date---><-------------Description------------------->
  169.  
  170.          This is the standard default single line format. The location and
  171.          display color of each field can be changed by using the FileName,
  172.          FileSize, FileDate, and FileDesc commands as described below in
  173.          the Configuration Commands section.
  174.  
  175.          If Spitfire style multi-line descriptions with smiley face 
  176.          (ASCII 02) character are used, the line may be up to 255
  177.          characters long and all on one line. The smiley face marks the
  178.          separation between lines. Spitfire multi-line format will be
  179.          automatically recognized by EZ-ROM if there is at least one smiley
  180.          face on the line.
  181.  
  182.          For other multi-line formats, (such as Night Owl) the description
  183.          lines may lie on multiple lines between column 33 and 78 as shown:
  184.  
  185. ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
  186. <---Name---><--Size--><-Date---><-------------Description------------------->
  187. EZROM13.ZIP   110,330  01-31-94  EZ-ROM v1.30, CD-ROM file download door.
  188.                                | For Wildcat or any DOOR.SYS BBS.
  189.                                | CDROM or magnetic drive, Multi-disk,
  190.                                | Multi-node, Batch download, File tagging,
  191.                                | Text search, Logs downloads,
  192.                                | Enforces daily limits. By Mike Robinson
  193.                                 <-------------Description------------------->
  194.  
  195.          The character "|" is not required, although it is often included
  196.          in Night Owl type lists. EZ-ROM can be configured to not show this
  197.          character by using the DelChar configuration command.
  198.  
  199.          Descriptive headers may be used at the top of each file list or at
  200.          any point within the list. Any line which does not contain the tag
  201.          character at the proper location is assumed to be a description
  202.          line and is displayed without modification. See TAGCHAR in
  203.          Configuration Commands section below.
  204.  
  205.       4. Modify the included DISK.CLR and DISK.BBS to meet your needs.
  206.          These two files are the list of file areas on the disk and are
  207.          mandatory or the program will not run. Try to keep these to under
  208.          21 displayed lines or the top may scroll off the screen.
  209.          Additional options for these files are described below. Keep these
  210.          files in the EZ-ROM home directory.
  211.  
  212.       5. Make sure a copy of DSZ.COM or DSZ.EXE is somewhere on your DOS
  213.          path or in the EZ-ROM home directory.
  214.  
  215.       6. Run the program online via a batch file such as DOOR1.BAT.
  216.          The batch file should contain these commands:
  217.  
  218.          CD C:\CDROM
  219.          EZROM  C:\BBS\DOOR.SYS  C:\CDROM\EZROM.CFG
  220.  
  221.  
  222. ----- SETUP for MULTI-DISK MODE -----------------------------------------
  223.  
  224.       1. Unzip this archive into one subdirectory. This will be the EZ-ROM
  225.          home directory, which is named C:\CDROM in the following example,
  226.          but any subdirectory name may be used. You only need one copy of
  227.          EZROM.EXE and it must be kept here. Unzip the MULTI.ZIP file.
  228.  
  229.       2. Modify the included EZROM.MAS file to meet your needs.
  230.          (EZROM.MAS is contained in the MULTI.ZIP file.)
  231.          See CONFIGURATION COMMANDS below for description of each option.
  232.          This is the master file that sets the configuration and location
  233.          for all of the disks. It "points" to all of the separate EZROM.CFG
  234.          files used by each disk. Any line in EZROM.MAS that does not begin
  235.          with a letter is ignored. The lines that begin with semicolons,
  236.          for example, are used for comments and ignored by the program.
  237.          Keep this file in the EZ-ROM home directory.
  238.  
  239.       3. Create a separate subdirectory for each of your CD-ROM disks.
  240.          The general arrangement should look something like this:
  241.                           ┌──────────────┐
  242.                           │ EZROM.EXE    │ EZ-ROM home directory
  243.                           │ EZROM.MAS    │
  244.                           │ MAIN.BBS/CLR │
  245.                           └───────┬──────┘
  246.                                   │
  247.                 ┌─────────────────┼─────────────────┬────── - - - etc.
  248.          ┌──────┴───────┐  ┌──────┴───────┐  ┌──────┴───────┐
  249.          │ EZROM.CFG    │  │ EZROM.CFG    │  │ EZROM.CFG    │
  250.          │ DISK.BBS/CLR │  │ DISK.BBS/CLR │  │ DISK.BBS/CLR │
  251.          │ FILELISTS    │  │ FILELISTS    │  │ FILELISTS    │
  252.          └──────────────┘  └──────────────┘  └──────────────┘
  253.           subdirectory      subdirectory       subdirectory
  254.           for disk 1        for disk 2         for disk 3
  255.  
  256.       4. Copy EZROM.CFG to each of the disk subdirectories. This is the
  257.          configuration file for that disk and must be modified to suit that
  258.          disk. EZROM.CFG must contain the disk name and all the paths to
  259.          the files and lists for that disk. This is all that MUST be
  260.          included, any of the other settings are optional, but they will be
  261.          applied if they are there.
  262.  
  263.       5. Prepare an ASCII text file list for each subdirectory on each
  264.          CD-ROM disk. These are often included on the CD-ROM and can
  265.          usually be used with little or no modification. Keep the lists in
  266.          the subdirectory for that disk or on the CD-ROM. See single disk
  267.          mode section above for the file list format.
  268.  
  269.       6. Copy DISK.BBS and DISK.CLR to each of the disk subdirectories.
  270.          This is the display menu showing the file areas available on the
  271.          disk and must be modified to suit the disk. Try to keep these to
  272.          under 21 displayed lines or the top may scroll off the screen.
  273.          Addition options for these files are described below.
  274.  
  275.       7. Make sure a copy of DSZ.COM or DSZ.EXE is somewhere on your DOS
  276.          path or in the EZ-ROM home directory.
  277.  
  278.       8. Run the program online via a batch file such as DOOR1.BAT.
  279.          The batch file should contain these commands:
  280.  
  281.          CD C:\CDROM
  282.          EZROM  C:\BBS\DOOR.SYS  C:\CDROM\EZROM.MAS
  283.  
  284.          EZ-ROM runs multi-disk mode if config file extension is .MAS.
  285.          (Single-disk mode is selected by using extension .CFG)
  286.  
  287.  
  288. ----- LOCAL MODE --------------------------------------------------------
  289.  
  290.       EZ-ROM may be run in local mode if you log onto the BBS locally.
  291.       It may also be run in local mode from the DOS command line:
  292.  
  293.       CD C:\CDROM
  294.       EZROM  LOCAL
  295.  
  296.       If EZROM.MAS is found in the current directory, then multi-disk mode
  297.       is selected. If EZROM.CFG is found, then single-disk mode is run.
  298.       Local mode allows you to browse the lists, tag files, and copy the
  299.       files (and descriptions) to the hard drive.
  300.  
  301.  
  302. ----- CONFIGURATION COMMANDS --------------------------------------------
  303.  
  304.       The AREAS command must be used in EZROM.CFG for both single and
  305.       multi-disk mode. If you use multi-disk mode, then the DISKS
  306.       command must be used in EZROM.MAS.
  307.  
  308.       All other configuration commands are optional.
  309.  
  310.       Configuration commands are used in EZROM.CFG for both
  311.       single-disk mode and multi-disk mode. The program reads each
  312.       line and if it begins with a configuration command, then the
  313.       configuration is modified as directed by the command. If a line
  314.       begins with anything other than a letter, it is ignored. The
  315.       explanatory comments are on lines beginning with a semicolon and
  316.       are therefore ignored. The commands are NOT case sensitive, but
  317.       they must be spelled correctly. The order of the lines is
  318.       generally not important except for the DISKS and AREAS commands.
  319.  
  320.       For multi-disk mode, many of the same configuration commands are also
  321.       used in EZROM.MAS. The configuration commands in EZROM.MAS are read
  322.       into memory when the program starts. When a disk is selected by the
  323.       caller, the EZROM.CFG file for that disk is read. When returning to
  324.       the main menu from a disk menu, program startup values are restored
  325.       from memory. Most of the configuration commands can be set in either
  326.       (or both) the master EZROM.MAS or the disk specific EZROM.CFG. The
  327.       values in the master prevail when the program is at the first menu.
  328.       The values for each disk prevail whenever that disk is loaded or
  329.       read. Some of the commands are only read once when the program starts
  330.       and are so indicated below.
  331.  
  332.  
  333.    AREAS
  334.    E:\001A     C:\CDROM\NIGHT10\DIR1
  335.    E:\002A     C:\CDROM\NIGHT10\DIR2
  336.    E:\003A     C:\CDROM\NIGHT10\DIR3
  337.    E:\004A     C:\CDROM\NIGHT10\DIR4
  338.    E:\005A     C:\CDROM\NIGHT10\DIR5
  339.    E:\006A     C:\CDROM\NIGHT10\DIR6
  340.    E:\007A     C:\CDROM\NIGHT10\DIR7
  341.    E:\008A     C:\CDROM\NIGHT10\DIR8
  342.    AREAS
  343.  
  344.       Mandatory.
  345.       The AREAS configuration command is mandatory for all modes.
  346.       It is only used in EZROM.CFG, but it is used for both single-disk
  347.       mode and multi-disk mode. It is used to signify both the beginning
  348.       and end of a list of file areas. The example above shows 8 file
  349.       areas, but you can have as many as 500 file areas per disk. There
  350.       must be one file area per line. The first line is file area number 1
  351.       and the rest follow in order until you reach the end.
  352.  
  353.       The list MUST BEGIN and END with the keyword "AREAS".
  354.       The list MUST BEGIN and END with the keyword "AREAS".
  355.       Each line has two entries separated by at least one blank space.
  356.       The first is the path to the file area on the CD-ROM. The second is
  357.       the full path and filename of the associated file list. The list can
  358.       have any filename.
  359.  
  360.       The file lists can be located on a normal magnetic hard disk or on
  361.       the CD-ROM (if they exist on the CD-ROM). The door will run much
  362.       faster if you locate the file lists on the normal magnetic hard disk.
  363.       Note that you can also use this door to access normal file areas on
  364.       your hard drive. You can mix normal file areas with CD-ROM areas in
  365.       the same door. The file areas do not have to reside on the same drive
  366.       letter or same physical drive. If you have a network, you can access
  367.       file areas on a different machine. You could even put ALL of your BBS
  368.       file areas in one or more of these doors. For example, you could put
  369.       adult files in one door and restrict access to adults only. Or you
  370.       could have special file doors reserved for privileged, contributing
  371.       or subscribing callers.
  372.  
  373.       The example above is a portion of the sample EZROM.CFG supplied in
  374.       this package. It is for the Night Owl 10 CD-ROM disk first published
  375.       in 1993. The file lists are resident on the CD-ROM and can be easily
  376.       copied to a hard drive.
  377.  
  378.  
  379.    DISKS
  380.    1   ON   >5   0   C:\CDROM\DISK1\EZROM.CFG
  381.    2   ON   >5   0   C:\CDROM\DISK2\EZROM.CFG
  382.    3   REQ  >5   0   C:\CDROM\DISK3\EZROM.CFG
  383.    4   REQ  <20  0   C:\CDROM\DISK4\EZROM.CFG
  384.    5   OFF  =30  0   C:\CDROM\DISK5\EZROM.CFG
  385.    6   OFF  >5   0   C:\CDROM\DISK6\EZROM.CFG
  386.    DISKS
  387.  
  388.       The DISKS configuration command is MANDATORY for multi-disk mode.
  389.       It is only used in EZROM.MAS and is for multi-disk mode only.
  390.       It is used to signify both the beginning and end of a list of disks.
  391.       The example above shows 6 disks, but you can have as many as 100.
  392.       There must be one disk per line.
  393.       The list MUST BEGIN and END with the keyword "DISKS".
  394.       The list MUST BEGIN and END with the keyword "DISKS".
  395.       COLUMN 1 is the string of characters that the caller types to select
  396.          the disk. Any string of up to 30 typeable characters may be used.
  397.          No blanks or untypeable characters. Must be one continuous string.
  398.          Do not use the single characters Q, S, or U since these are used
  399.          to select options on the main menu. But you may use words of 2 or
  400.          more characters that begin with Q, S, or U. The simplest method
  401.          may be to use a number to indicate each disk as done in the
  402.          example above.
  403.       COLUMN 2 shows the disk or door status.
  404.          ON  means online. Downloads allowed. No requests.
  405.          OFF means offline. Browse only. No downloads or requests allowed.
  406.          REQ means requests allowed. No downloads.
  407.          REQ is only available in the registered version.
  408.       COLUMN 3 shows the security level required to enter the disk.
  409.         For example if it is set to:
  410.         >5   (only security levels greater than 5 may enter)
  411.         <20  (only security levels less than 20 may enter)
  412.         =30  (only security level equal to 30 may enter)
  413.         There must be no spaces between the symbol and the level
  414.         number.
  415.       COLUMN 4 is the type. Set this to 0 for a CD-ROM disk. Set it any
  416.         value between 10 and 255 and EZ-ROM will terminate with this
  417.         ErrorLevel when this door is selected by the caller. This allows
  418.         EZ-ROM to be used like an external menu program. In this case, you
  419.         need to catch and respond to these ErrorLevels in the batch file
  420.         that runs EZ-ROM. CD-ROM disks and external doors may be combined
  421.         freely in the same menu. A normal EZ-ROM exit where no door or disk
  422.         is selected is ErrorLevel 0. Internal errors in EZ-ROM exit with
  423.         ErrorLevel 1. Do not set ErrorLevels 1 to 9 as these are reserved
  424.         for future use.
  425.       COLUMN 5 is the full path and file name of the EZROM.CFG used
  426.         for each CD-Rom disk. Create a separate subdirectory for each
  427.         disk. Place all the files for that particular disk in the same
  428.         subdirectory along with the EZROM.CFG for that disk. Column 5
  429.         is blank if this line indicates an external door.
  430.  
  431.  
  432.    DISKNAME So Much Shareware 2
  433.  
  434.       Optional. This command is only used in EZROM.CFG and has no effect in
  435.       EZROM.MAS. This name is used in the local status bar display on the
  436.       top of the screen and in the door log entries.
  437.       Default is no name.
  438.  
  439.  
  440.    COPYTOMAG ON
  441.    COPYTOMAG OFF
  442.  
  443.       Optional. Choose one. If CopyToMag ON then files will be copied to
  444.       the magnetic hard drive just before downloading. These files will
  445.       then be erased once the download is completed. If CopyToMag OFF then
  446.       the files will be downloaded directly from the CD-ROM drive.
  447.       Default is CopyToMag ON.
  448.  
  449.  
  450.    HOLDDIR  C:\CDROM\HOLD
  451.  
  452.       Mandatory if CopyToMag ON. This is the holding directory where the
  453.       files are copied to if CopyToMag is ON. The program also writes the
  454.       batch download file list here in all cases. This list is named
  455.       EXT1.LST where the 1 indicates the node number. The program takes
  456.       care of its own housekeeping and deletes the copied files after the
  457.       download. Just the copied files are deleted. Any other files that
  458.       exist in this directory will NOT be deleted. In local mode, the files
  459.       are also copied here and the descriptions are added to a FILES.BBS in
  460.       this subdirectory. If no FILES.BBS exists, one is created. Default is
  461.       the directory specified by HomeDir. If no HoldDir is specified and no
  462.       HomeDir is specified, then the default is the current directory.
  463.  
  464.  
  465.    FILEVIEW ON
  466.    FILEVIEW OFF
  467.  
  468.       Optional. Choose one.
  469.       Turns the file viewer ON or OFF.
  470.       Some multi-node systems may want to turn FileView OFF since the
  471.       CD-ROM drive must be read to view a file and this can create a lot of
  472.       traffic. If the BusyFlag option is used (see below), then a busy flag
  473.       is created when a file is viewed and all of the other BusyFlag
  474.       control parameters apply. The busy flag is erased as soon as the
  475.       caller returns from viewing the file. Note that this can tie up the
  476.       drive for the entire time a caller is viewing the file. If busy flags
  477.       are not used, then multiple nodes can simultaneously access the drive
  478.       for both viewing and download purposes. If FileView is OFF, then the
  479.       View option does not appear on the caller menu prompts.
  480.         The file viewer will show the internal contents of a ZIP file if
  481.       the file has an extension of .ZIP. Otherwise, the viewer looks at the
  482.       file and if it seems to be a text file (no unprintable characters)
  483.       then the viewer display the text file. The viewer cannot display text
  484.       files within ZIP files (yet). If the viewer gets fooled and a .ZIP
  485.       is not really a ZIP, or a text file is not really a text file, then
  486.       the caller may see a bunch of harmless garbage characters.
  487.       Default is FileView ON.
  488.  
  489.  
  490.    SHARE ON
  491.    SHARE OFF
  492.  
  493.       Optional. Choose one. Turns file sharing and locking ON or OFF.
  494.       If you have more than 1 node, or you want to fill requests while a
  495.       caller is online, then set Share ON. In order for file sharing and
  496.       locking to work, you must use DOS 3.1 or higher, and DOS SHARE.EXE
  497.       must be loaded in your CONFIG.SYS or AUTOEXEC.BAT. If file sharing is
  498.       not required, then set Share OFF. This program will run noticeably
  499.       faster with Share OFF.
  500.       Default is Share OFF.
  501.  
  502.  
  503.    TIMEOUT 180
  504.  
  505.       Optional. This is the caller inactivity timeout delay in SECONDS.
  506.       If no keystrokes are received for this length of time, the door will
  507.       exit and return the caller to the BBS. Timeout only applies when the
  508.       door is run from the BBS. There will be no timeout when run from the
  509.       DOS command line.
  510.       Values from 60 to 600 seconds are allowed.
  511.       Default is 180 seconds (3 minutes).
  512.  
  513.  
  514.    DEBUG ON
  515.    DEBUG OFF
  516.  
  517.       Optional. Choose one. Most program error conditions are logged to
  518.       ERROR.LOG if Debug is turned on. The program may load a bit faster if
  519.       you turn this off.
  520.       If you are experiencing difficulties, leave Debug ON.
  521.       Default is Debug ON.
  522.  
  523.  
  524.    DROPPENALTY 300
  525.  
  526.       Optional. Number of SECONDS to penalize the caller if carrier is
  527.       dropped when in the door. This time will be subtracted from the
  528.       callers time allowed during the next call that day. If the caller
  529.       does not call back until the next day, then this penalty will have no
  530.       effect.
  531.       Values from 0 to 7200 seconds (0 to 120 minutes) are allowed.
  532.       Default is 300 seconds (5 minutes).
  533.  
  534.  
  535.    ALLOWLOGOFF ON
  536.    ALLOWLOGOFF OFF
  537.  
  538.       Optional. If AllowLogOff ON then the caller will be offered the
  539.       option to select unattended automatic logoff after each download.
  540.       Default is AllowLogOff ON.
  541.  
  542.  
  543.    LINESPERPAGE 22
  544.  
  545.       Optional. Determines the number of lines shown for each screen page
  546.       when the caller is scrolling through the file lists.
  547.       Values from 5 to 30 lines per page are allowed.
  548.       Default is 22 lines per page.
  549.  
  550.  
  551.    FIXTIME ON
  552.    FIXTIME OFF
  553.  
  554.       Optional. Choose one.
  555.       Controls whether EZ-ROM updates the time on lines 18 and 19 in
  556.       DOOR.SYS. On some systems, the BBS itself calculates the time
  557.       used in the door and if FixDoorSysTime is ON the caller can
  558.       be "charged" double the amount of time spent in EZ-ROM when he
  559.       returns to the BBS.
  560.       Default is OFF.
  561.  
  562.  
  563.    TAGCHAR 26 -
  564.  
  565.       Optional. This determines the line position and character used to
  566.       determine which lines in a file list contain a valid file for tagging
  567.       and display purposes. Lines which contain this exact character at
  568.       this exact position are colorized and assigned a tag letter. Lines
  569.       which do NOT contain this character at this position are assumed to
  570.       be header lines or extended description lines. This option allows the
  571.       use off many different styles of file lists.
  572.       Default is a dash at position 26 as shown below:
  573.  
  574. ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
  575. EZROM13.ZIP   110,330  01-31-94  EZ-ROM v1.30, CD-ROM Door by Mike Robinson
  576.                          ^
  577.                          character at position (column) 26 is a dash
  578.  
  579.       Examples of common file formats:
  580.       TagChar 26 -   (tag lines with a dash at position 26) (DEFAULT)
  581.                      (Typically used in Spitfire & Night Owl type lists)
  582.  
  583.       TagChar 28 -   (tag lines with a dash at position 28)
  584.       TagChar 26 /   (tag lines with a forward slash at position 26)
  585.       TagChar 28 /   (tag lines with a forward slash at position 28)
  586.       TagChar 18 ,   (tag lines with a comma at position 18 )
  587.  
  588.       Only one character and position may be designated as the TagChar. If
  589.       multiple TagChar are specified in EZROM.CFG then the last TagChar
  590.       specified is used. For file tagging to work properly, the file name
  591.       must be listed first on each line of the file list (column position
  592.       1 to 12). EZ-ROM is smart enough to recognize the file name even if
  593.       it is "fractured" and not continuous like in these examples:
  594. ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
  595. FILE1   .ZIP  344,101  01-31-94  A good game
  596. FILE1.   ZIP  344,101  01-31-94  A good game
  597. FILE1    ZIP  344,101  01-31-94  A good game
  598.       The last example is typical of file lists that are created based on
  599.       the DOS DIR command.
  600.  
  601.  
  602.    DELCHAR 32 |
  603.  
  604.       This sets a line position and a single character that will stripped out
  605.       from every line of a file list. "Night Owl" or "PCBoard" style
  606.       multi-line file lists often have a | character at position 32. Use of
  607.       this command causes the specified character to be replaced by a blank
  608.       in the file list display. The file list itself is not modified. In the
  609.       example shown, on all lines where character | is found in position 32,
  610.       it will be replaced by a blank space.
  611.  
  612.       Only one character and position may be designated as the DelChar. If
  613.       multiple DelChar are specified then only the last DelChar specified is
  614.       used. Any character and any position from 1 to 78 may be used. The
  615.       position is determined by the actual position on the line in the file
  616.       before any display modifications are made by the FileName, FileSize,
  617.       FileDate, FileDesc commands.
  618.  
  619.       The default is a | at position 32 as shown below:
  620. ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
  621. EZROM13.ZIP   110,330  01-31-94  EZ-ROM v1.30, CD-ROM Door by Mike Robinson
  622.                                | CD-ROM File Download Door For any BBS.
  623.                                | Multi-disk, Multi-node, Batch download,
  624.                                | File tagging, Text search, Logs downloads,
  625.                                | Enforces daily limits. Mike Robinson
  626.                                ^
  627.                                character at position (column) 32 is a |
  628.  
  629.  
  630.  
  631.    FILENAME    1    12    15
  632.    FILESIZE   13    10    10
  633.    FILEDATE   23    10    11
  634.    FILEDESC   33    46    14
  635.  
  636.       Optional. These 4 configuration commands control how the file lists
  637.       are displayed. For example:
  638.       FILENAME    1    12    15
  639.       This means that the file name starts at line column position 1
  640.       and is 12 characters long. The 15 is the display color code.
  641.       The default values are shown above and in this sample line:
  642. ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
  643. EZROM13.ZIP   110,330  01-31-94  EZ-ROM v1.30, CD-ROM Door by Mike Robinson
  644. <---Name---><--Size--><-Date---><-------------Description------------------->
  645.  
  646.       The total number of characters displayed by all 4 zones should not
  647.       exceed 78 or the line display may wrap onto the next line.
  648.       Allowable color numbers are:  9 Light Blue
  649.                                    10 Light Green
  650.                                    11 Light Cyan
  651.                                    12 Light Red
  652.                                    13 Light Magenta
  653.                                    14 Yellow
  654.                                    15 White
  655.       Default values are shown above.
  656.  
  657.  
  658.    HEADLINE    1    78    11
  659.  
  660.       Optional. This command works just like the four above, except it
  661.       applies to the optional header section at the top of a file list. It
  662.       means that 78 characters will be displayed, starting at character
  663.       number 1 and the display color will be 11 (Light Cyan).
  664.       The default values are shown above.
  665.  
  666.  
  667.    NODOWNLOAD 10 15 20
  668.  
  669.       Optional. This sets no download status for listed security levels.
  670.       You may also use the word ALL in place of the listed levels and then
  671.       all security levels will not be allowed to download. In the example
  672.       shown above security levels 10, 15 and 20 are not allowed to
  673.       download. Up to 20 levels can be set on one NoDownLoad line. Use as
  674.       many lines as your require, each line beginning with NoDownLoad. If
  675.       running multi-disk and this command is set in EZROM.MAS, then it
  676.       applies to all disks. If set in EZROM.CFG then it applies to just one
  677.       disk. The value in EZROM.CFG prevails. Default is downloads allowed.
  678.  
  679.  
  680.    NOREQUEST 10 15 20
  681.  
  682.       Optional. Registered versions only.
  683.       This sets no request status for listed security levels.
  684.       You may also use the word ALL in place of the listed levels and then
  685.       all security levels will not be allowed to request files. In the
  686.       example shown above security levels 10, 15 and 20 are not allowed to
  687.       request files. Up to 20 levels can be set on one NoRequest line. Use
  688.       as many lines as your require, each line beginning with NoRequest. If
  689.       running multi-disk and this command is set in EZROM.MAS, then it
  690.       applies to all disks. If set in EZROM.CFG then it applies to just one
  691.       disk. The value in EZROM.CFG prevails. Default is requests allowed.
  692.  
  693.  
  694.    CHECKSIZE ON
  695.    CHECKSIZE OFF
  696.  
  697.       Optional. Choose one. For use in either multi-disk or single-disk
  698.       mode. If ON, then the CD-ROM drive will be read during file tagging
  699.       to determine if the file is actually there and it's size/date. If
  700.       OFF, then the CD-ROM will not be read during file tagging, and the
  701.       file size and date will be read from the file list. This will speed
  702.       up the tagging operation and reduce the load on the CD-ROM drive on
  703.       multi-node and networked systems. OFF should work well if your file
  704.       lists have accurate file sizes and are in a format where the size is
  705.       listed in columns 9 to 21 (default) or in the position specified by
  706.       the FileSize command. Note that if the file size in the list is
  707.       wrong, a caller could exceed his daily byte or time limit. If set OFF
  708.       and a file size cannot be read from the list, then a default size of
  709.       50 kilobytes is used. If this command is used in EZROM.MAS, then it
  710.       applies to all disks. If used in EZROM.CFG, it applies to just one
  711.       disk.
  712.       Default is CheckSize ON.
  713.  
  714.  
  715.    GRAPHICS ON
  716.    GRAPHICS OFF
  717.  
  718.       Optional. EZ-ROM will automatically read the graphics mode from
  719.       DOOR.SYS line 20. This command overides the value passed in DOOR.SYS.
  720.       Graphics ON  forces EZ-ROM to start in ANSI  graphics (Color) mode.
  721.       Graphics OFF forces EZ-ROM to start in ASCII graphics (B & W) mode.
  722.  
  723.  
  724.    DLTIMER 30
  725.  
  726.       Optional. This command is used in determining whether a download was
  727.       successful. The default is 30. If a download takes more than 30
  728.       percent of the estimated download time, then it is assumed to be
  729.       successful. Allowable range is from 1 to 255. Note that there is no
  730.       decimal point or percent sign on the command line. Just the number 30
  731.       alone means 30 percent. Please consider that setting this too low
  732.       will result in callers being "charged" for failed downloads. Setting
  733.       it too high may allow some callers to download without being
  734.       "charged".
  735.       Default is 30.
  736.  
  737.  
  738.    LISTDRIVE K
  739.  
  740.       Optional. Typically, this will only be used on a network where disk
  741.       drive letters are reassigned. This command applies to both EZROM.MAS
  742.       and EZROM.CFG. In EZROM.MAS it changes the drive letter of the path
  743.       to each EZROM.CFG in the DISKS section. In EZROM.CFG it changes the
  744.       drive letter of each file list in the AREAS section (right column).
  745.       It does NOT alter the drive letter of the CD-ROM drive in the AREAS
  746.       section. No matter what drive letter was actually specified, it is
  747.       changed to the drive letter following the ListDrive command.
  748.       Example:
  749.       I run a 2 node BBS using an Artisoft LANtastic network. Node 1 is
  750.       drive C. My EZROM.MAS file, all of my EZROM.CFG files, and all of my
  751.       file lists are on node 1 drive C. In EZROM.MAS all of the paths in
  752.       the DISKS section begin with the drive letter C. In each EZROM.CFG
  753.       the path to each file list in the AREAS section begins with the drive
  754.       letter C. When logged onto node 2, node 1 drive C is remapped to K.
  755.       So I copied the exact same EZROM.MAS file from node 1 to node 2 and
  756.       added just one line to it: ListDrive K. So both nodes share the same
  757.       set of EZROM.CFG files and file lists. But each node has it's own
  758.       EZROM.MAS file. The only difference between the 2 EZROM.MAS files is
  759.       that node 2 contains the ListDrive K command. On my BBS, each of my
  760.       CD-ROM drives uses the same drive letter on all nodes of my network.
  761.       So CD-ROM drive N is CD-ROM drive N on all nodes. See CDDRIVE command
  762.       if you need to remap CD-ROM drive letters.
  763.       If the ListDrive command is used in EZROM.MAS then it will apply to
  764.       EZROM.MAS and also to ALL of the EZROM.CFG files. If it is used in a
  765.       EZROM.CFG file then it applies to just that one EZROM.CFG file. In
  766.       general, I recommend that you only use this command in EZROM.MAS.
  767.  
  768.  
  769.    CDDRIVE F
  770.  
  771.       Optional. Typically, this will only be used on a network where disk
  772.       drive letters are reassigned. This command applies to EZROM.CFG only.
  773.       It changes the drive letter of each CD-ROM drive directory in the
  774.       AREAS section (left column). No matter what CD-ROM drive letter was
  775.       actually specified, it is changed to the drive letter following the
  776.       CDDrive command.
  777.       Do NOT use this command in EZROM.MAS since it is would then apply
  778.       to ALL of your CD-ROM disks and it is very unlikely that they all
  779.       have the same drive letter.
  780.  
  781.  
  782.    BUSYFLAG C:\CDROM\HOLD\DRIVE1.BSY
  783.  
  784.       Optional. For use in multi-disk mode. A semaphore marker file
  785.       system of collision protection is set by this command. EZ-ROM
  786.       checks for the existence of this busy flag file before each
  787.       CD-ROM read. If the file is there, then it waits until the other
  788.       node erases the file. EZ-ROM creates this file whenever it
  789.       begins to read from the CD-ROM drive and erases this file when
  790.       the read is complete. The same busy flag name must be set for
  791.       each disk that uses the same drive.
  792.       Default is no busy flag used.
  793.  
  794.  
  795.    FLAGDELAY 30
  796.  
  797.       Optional. For use in multi-disk mode. Sets the maximum time in
  798.       seconds that the door will wait for a busy CD-ROM drive. In the
  799.       example above, the door will wait for up to 30 seconds before halting
  800.       the attempted disk read operation and sending a message of "please
  801.       try again later."
  802.       Allowable range is 0 to 300 seconds.
  803.       Default is 30 seconds.
  804.  
  805.  
  806.    DELOLDFLAG 30
  807.  
  808.       Optional. For use in multi-disk mode. When EZ-ROM encounters a
  809.       busyflag, it checks it's age. If it is older than DELOLDFLAG in
  810.       minutes, then the flag is deleted. Only the flag declared by the
  811.       BusyFlag command in the same configuration file is deleted. This is a
  812.       cleanup feature in case old flags are orphaned by a power failure or
  813.       other system problem. The default is 30 minutes which means the door
  814.       will delete any flag older than 30 minutes. The system clocks on a
  815.       network must be synchronized in order for this command to work
  816.       properly. It is recommended that you set this value to at least the
  817.       maximum system time difference between any 2 network nodes. Remember
  818.       that PC system clocks will drift out of synchronization over time.
  819.       The allowable range is 5 to 720 minutes.
  820.       Default is 30 minutes.
  821.  
  822.  
  823.    HOMEDIR  C:\CDROM
  824.  
  825.       Optional. This is the EZ-ROM home directory. In registered versions,
  826.       this is where the request data file EZROM.REQ and the caller database
  827.       EZROM.DAT is created and kept. On multi-node systems, these files can
  828.       (and should) be shared by all nodes if the same HomeDir is specified
  829.       for all nodes. Default is the current directory.
  830.  
  831.  
  832.    REQUESTDIR  C:\CDROM\REQUEST
  833.  
  834.       Registered versions only.
  835.       Mandatory if file requests from offline disks are allowed.
  836.       This is the holding directory where the requested files are held
  837.       after they are copied to the hard drive. The program takes care of
  838.       its own housekeeping and deletes the requested files after the caller
  839.       successfully downloads the files AND exits the door. So if the caller
  840.       flubs the download, but EZ-ROM thinks the download was a success, the
  841.       files will remain in place until the caller exits EZ-ROM. If EZ-ROM
  842.       thinks the download failed, the files will not be deleted. Just the
  843.       downloaded files are deleted. Any other files that exist in this
  844.       directory will NOT be deleted. If more than one caller has requested
  845.       the same file, the file will not be deleted until all callers have
  846.       downloaded the file.
  847.       Default is the directory specified by HoldDir. If no RequestDir is
  848.       specified and no HoldDir is is specified, then the default is the
  849.       current directory.
  850.  
  851.  
  852.    DATABASE INTERNAL
  853.    DATABASE DOORDROPFILE
  854.    DATABASE COMBINED
  855.  
  856.       Optional. Registered versions only. Choose one.
  857.       Registered versions of EZ-ROM keep a separate database of files/bytes
  858.       requested and downloaded in the door in the EZROM.DAT file. This is
  859.       fully automatic and cannot be changed. This command determines how
  860.       this information is used to limit the number of files/bytes
  861.       downloaded per day:
  862.       INTERNAL ....... Only the data in EZROM.DAT is used.
  863.       DOORDROPFILE ... The number of files/bytes downloaded today is read
  864.                        from DOOR.SYS. The number files/bytes requested
  865.                        today is read from EZROM.DAT since DOOR.SYS does not
  866.                        track requests.
  867.       COMBINED ....... The number of files/bytes downloaded today read from
  868.                        DOOR.SYS is added to the number of files/bytes
  869.                        downloaded today read from EZROM.DAT. The number of
  870.                        files/bytes requested today is still read from
  871.                        EZROM.DAT only since DOOR.SYS does not track
  872.                        requests.
  873.       The default is DATABASE DOORDROPFILE which work very well with
  874.       Wildcat BBS. For other BBS types, the best choice is probably
  875.       DATABASE INTERNAL. The reason for this is that most BBS types do not
  876.       read back DOOR.SYS. So even though EZ-ROM updates the number of
  877.       files/bytes downloaded in DOOR.SYS, this information is not saved by
  878.       the BBS. The caller can re-enter the door several times and download
  879.       several times his daily limit. The solution is to set DATABASE
  880.       INTERNAL so the downloads today information is read from EZROM.DAT
  881.       and the proper limits will be enforced.
  882.       The DATABASE COMBINED command should be used if you want the number
  883.       of files/bytes downloaded today to be calculated as the SUM of the
  884.       values in DOOR.SYS and EZROM.DAT. In this case, if the caller was
  885.       allowed 10 downloads per day in EZ-ROM, but had already downloaded 6
  886.       files in the BBS, then the caller would only be allowed 4 more files
  887.       in EZ-ROM.
  888.       If your BBS does not pass the correct number of files/bytes downloaded
  889.       in DOOR.SYS then you should use DATABASE INTERNAL if you want to
  890.       accurately track and limit daily downloads.
  891.  
  892.  
  893.    KEEPUSERDAYS 90
  894.  
  895.       Optional. Registered versions only.
  896.       This is the number of days a user's information is retained in the
  897.       internal database file EZROM.DAT. If the user does not call again
  898.       after this number of days, the user info is not erased, but the
  899.       record space will be made available for use by another caller. When a
  900.       new caller exits EZ-ROM, the first available record which is either
  901.       old or flagged for delete will be overwritten. If no records are older
  902.       than KeepUserDays or flagged for delete, then a new record is added
  903.       to the end of the file. This maintenance of the database is automatic
  904.       and occurs every time a caller enters EZ-ROM. The size of EZROM.DAT
  905.       will never decrease, but will stabilize at some value where the daily
  906.       number of new callers roughly equals the number of callers who have
  907.       not called back within KeepUserDays.
  908.       Default is 90 days.
  909.  
  910.  
  911.    KEEPREQDAYS 30
  912.  
  913.       Optional. Registered versions only.
  914.       This is the number of days a file request is retained in the request
  915.       database file EZROM.REQ. If the caller does not download the file
  916.       within KeepReqDays then the file will be deleted and the request
  917.       record will be marked DONE. This maintenance is automatic and occurs
  918.       every time a caller exits EZ-ROM. The next time a file is requested,
  919.       the first available record marked DONE will be used to record the
  920.       request. If no records are marked DONE, then a new record will be
  921.       added to the end of the file. The size of EZROM.REQ will never
  922.       decrease, but will stabilize at some value where the daily number of
  923.       new requests roughly equals the number of DONE requests.
  924.       Default is 30 days.
  925.  
  926.  
  927.    USERINFO   C:\WC30\WCWORK\NODE1\USERINFO.DAT
  928.  
  929.       Optional. Registered version only. For WILDCAT BBS ONLY.
  930.       Full path and file name for Wildcat USERINFO.DAT file.
  931.       When a caller exits EZ-ROM, the number of files/bytes downloaded is
  932.       written to this file. Wildcat then reads this file and updates the
  933.       Wildcat database.
  934.  
  935.  
  936.    LIMIT   10   12   2000
  937.  
  938.       Optional. Registered versions only.
  939.       EZ-ROM automatically reads the callers allowable limit of download
  940.       files/bytes from DOOR.SYS. Some may wish to overide these limits and
  941.       specify special limits for inside EZ-ROM only.
  942.       The 10 is the callers security level.
  943.       You may also use the word ALL in place of a security level and then
  944.       the download limit will apply to ALL callers.
  945.       The 12 is the number files allowed per day.
  946.       The 2000 is the number of kilobytes per day.
  947.       So all callers with a security level of 20 would be allowed
  948.       12 files totalling up to 2 meg per day.
  949.       You must use one line like this for each security level
  950.       you wish to limit. So if you had 3 security levels of 10, 20
  951.       and 30 your EZROM.MAS might for example contain these
  952.       3 lines:
  953.  
  954.       LIMIT   10   12   2000   ( level 10 gets 12 files, 2000K )
  955.       LIMIT   20   15   3000   ( level 20 gets 15 files, 3000K )
  956.       LIMIT   30   18   4000   ( level 30 gets 18 files, 4000K )
  957.  
  958.       Another example:
  959.  
  960.       LIMIT  ALL   12   2000   ( everyone gets 12 files, 2000K )
  961.  
  962.       Allowable values are
  963.       0 to 2000000000 (2 billion) files per day
  964.       0 to    2000000 (2 million) kilobytes per day.
  965.  
  966.  
  967.    REQLIMIT   10   12   1000
  968.  
  969.       Optional. Registered versions only.
  970.       Works just like the LIMIT command except it limits requests.
  971.       In the example above, callers with a security level of 10 would
  972.       be allowed to request up to 12 files per day totaling up to
  973.       1000 kilobytes (1 megabyte) per day.
  974.       You may also use the word ALL in place of the security level and then
  975.       the request limit would apply to ALL callers.
  976.       Default request limits are the same as the download limits
  977.       unless request limits are specified using this command.
  978.       Allowable values are
  979.       0 to 2000000000 (2 billion) files per day.
  980.       0 to    2000000 (2 million) kilobytes per day.
  981.  
  982.  
  983.    FILERATIO   10   50
  984.  
  985.       Optional. Registered versions only. Sets FILE ratio limits.
  986.       In the example above, the 10 is the callers security level, and the
  987.       50 is the ratio to enforce. You may use one of these commands on a
  988.       separate line to set a separate ratio for each security level. Or,
  989.       you may use the word ALL in place of a security level and then the
  990.       ratio will apply to ALL callers. If the caller's download to upload
  991.       ratio exceeds this amount, the caller will not be allowed any more
  992.       downloads. This ratio is computed after each successful download by
  993.       dividing the total number of downloaded files by the total number of
  994.       uploaded files. For computational purposes, 1 upload is used if the
  995.       caller has 0 uploads.
  996.       Allowable ratio values are from 1 to 2000000000 (2 billion).
  997.       Default is no ratio limits.
  998.  
  999.  
  1000.    BYTERATIO   10   50
  1001.  
  1002.       Optional. Registered versions only. Sets BYTE ratio limits.
  1003.       Works just like the FileRatio except that the ratio is computed based
  1004.       on the number of downloaded to uploaded bytes. The FileRatio and
  1005.       ByteRatio values are independently enforced and can be set to
  1006.       different ratios if desired.
  1007.       Allowable ratio values are from 1 to 2000000000 (2 billion).
  1008.       Default is no ratio limits.
  1009.  
  1010.  
  1011.    LOGNAME  C:\BBS\BBS.LOG
  1012.  
  1013.       Optional. Registered versions only. Gives the name of the caller
  1014.       activity log file. Default is BBS.LOG.
  1015.  
  1016.  
  1017.    LOG ON
  1018.    LOG OFF
  1019.  
  1020.       Optional. Registered versions only. Choose one.
  1021.       Turns caller activity log ON or OFF.
  1022.       In unregistered versions the log is forced OFF.
  1023.       In registered versions the default is Log ON.
  1024.       In local mode from the DOS command line the log is always forced OFF.
  1025.  
  1026.  
  1027.    STYLE 1
  1028.    STYLE 2
  1029.  
  1030.       Optional. Registered versions only.
  1031.       Choose one of the style commands shown above. Determines the style of
  1032.       the download line in the caller activity log. Some third party
  1033.       utility programs read the callers log and count or log downloads.
  1034.       These programs require certain download log entry styles which are
  1035.       similar to those created by a normal BBS download.
  1036.       Default is Style 1.
  1037.  
  1038.       Two styles are now offered. More will be added if requested.
  1039.       Only one style may be used in each configuration file. If
  1040.       multiple styles are specified, then the last one specified is
  1041.       used.
  1042.  
  1043.       For Style 1 (Wildcat) a typical log entry looks like this:
  1044.       * File [ATETRIS.ZIP] downloaded from (Area 1) via Zmodem
  1045.  
  1046.       For Style 2 a typical log entry looks like this:
  1047.       * 1800LIST.TXT    2,276  Listing Of 1-800 BBS Systems
  1048.  
  1049.  
  1050.    LOGLEADER  '     * '
  1051.  
  1052.       Optional. Registered versions only.
  1053.       This string of characters between the apostrophes '' is placed in
  1054.       front of each caller activity log entry. The default of 6 spaces,
  1055.       a star, and one space is shown above. The default is designed for
  1056.       Wildcat BBS.
  1057.  
  1058.  
  1059.    INDENTLOG 0
  1060.  
  1061.       Optional. Registered versions only.
  1062.       This is the number of characters each line of the caller activity log
  1063.       will be shifted to the right beyond the amount specified by
  1064.       LogLeader. The line with the caller name (optional, see below)
  1065.       is NOT shifted.
  1066.       The default is 0 as shown above.
  1067.  
  1068.  
  1069.    LOGUSERNAME OFF
  1070.    LOGUSERNAME ON
  1071.  
  1072.       Optional. Registered versions only.
  1073.       If ON, then EZ-ROM writes the caller's name to the caller log.
  1074.       Some may wish to turn this ON if the BBS software does not write the
  1075.       callers name to the same log.
  1076.       Default is OFF.
  1077.  
  1078.  
  1079.    BEFOREBAT COMMENT.BAT
  1080.  
  1081.       Optional. Registered versions only. This batch file is run after the
  1082.       files are copied to the hard drive, but BEFORE the download. I use it
  1083.       to insert a BBS advertisement into each ZIP file, but you can use it
  1084.       for anything you like. See supplied sample file COMMENT.BAT. In the
  1085.       example above, COMMENT.BAT is in the current directory, but a full
  1086.       path and file name may also be specified. Send me any good working
  1087.       batch file you write and I will make it available to other EZ-ROM
  1088.       users.
  1089.       The following DOS variable parameters are passed for use by the
  1090.       batch file:
  1091.       %1  The directory on the hard drive where the files are copied to.
  1092.           There is no tailing backslash.  Example:  %1 = C:\CDROM\HOLD
  1093.       %2  The callers connect speed.  Example: %2 = 14400
  1094.       %3  The port number.  Example %3 = 2
  1095.           If you are using a non-standard port where you have changed the
  1096.           IRQ number or IO base address, then %3 will be the base address
  1097.           followed by a comma followed by the IRQ number. This is the same
  1098.           as used by DSZmodem for non-standard ports.
  1099.           Example:  %3 = 3e8,4   if you are using address 3e8 and IRQ 4.
  1100.       %4  The full path and file name of the list of files being
  1101.           downloaded. This is the holding directory followed by EXT1.LST
  1102.           where the 1 represents the node number as passed on line 4 of
  1103.           DOOR.SYS. If your holding directory is C:\CDROM\HOLD and you are
  1104.           using node 1 then %4 = C:\CDROM\HOLD\EXT1.LST. This same file
  1105.           name is passed to DSZmodem to tell it which files to download
  1106.           when the caller is using Y or Zmodem. If the caller is using
  1107.           Xmodem, then this list is not created.
  1108.       Note that if you use a separate holding directory for each node, then
  1109.       only the files being downloaded by the caller will be in this
  1110.       directory. So the batch file can do something to each of the files in
  1111.       this directory. Here is an example, which is the same as in the
  1112.       supplied example file COMMENT.BAT:
  1113.  
  1114.       FOR %%F IN (%1\*.ZIP) DO PKZIP2 %%F -K -Z < COMMENT.TXT
  1115.  
  1116.       This puts the BBS advertisement in file COMMENT.TXT into every ZIP
  1117.       file in the holding directory specified by %1.
  1118.  
  1119.  
  1120.    AFTERBAT YOURFILE.BAT
  1121.  
  1122.       Optional. Registered versions only. This batch file is run just AFTER
  1123.       a download. It is run before the files are erased from the hard
  1124.       drive. You may use this for any purpose. Perhaps some kind of logging
  1125.       function or a bulletin maker could be executed here. In the example
  1126.       above, YOURFILE.BAT is in the current directory, but a full path and
  1127.       file name may also be specified. Send me any good working batch file
  1128.       you write and I will make it available to other EZ-ROM users. The
  1129.       same set of DOS variable parameters passed to BeforeBat (see above)
  1130.       is also passed to AfterBat.
  1131.  
  1132.  
  1133.    DIRECTVIDEO ON
  1134.    DIRECTVIDEO OFF
  1135.  
  1136.       Optional. Choose one. With DirectVideo ON, all local screen writes
  1137.       will done directly to video memory instead of through the BIOS.
  1138.       Default is DirectVideo ON which seems to work fine on most systems.
  1139.  
  1140.  
  1141.    CHECKSNOW ON
  1142.    CHECKSNOW OFF
  1143.  
  1144.       Optional. Choose one. CheckSnow ON enables "snow checking" when using
  1145.       DirectVideo ON. It has no effect if DirectVideo OFF. Some older CGA
  1146.       monitors may requires this. It should not be a problem on most
  1147.       monochrome, EGA or VGA video systems. Some systems may run a bit
  1148.       faster with CheckSnow OFF.
  1149.       Default is CheckSnow OFF.
  1150.  
  1151.  
  1152.    BIOSSCROLL ON
  1153.    BIOSSCROLL OFF
  1154.  
  1155.       Optional. Choose one. If BiosScroll OFF, then a special scrolling
  1156.       routine is used that suppresses snow and flicker on systems with any
  1157.       kind of color graphics. However, BiosScroll ON is a bit faster.
  1158.       Default is BiosScroll ON.
  1159.  
  1160.  
  1161.    HANDSHAKE ha cts
  1162.  
  1163.       Optional. Sets DSZmodem to use CTS hardware handshaking flow control.
  1164.       This is the best choice for the vast majority of systems. Hardware
  1165.       handshaking is especially important at port speeds of 9600 bps or
  1166.       higher and should reduce the number or errors and resends. Some
  1167.       versions of DSZ have been found (in my experience) to sometimes lapse
  1168.       into software handshaking unless hardware handshaking is explicitly
  1169.       specified on the DSZ command line. EZ-ROM will insert this command
  1170.       directly into the DSZ command line at the correct location. Any valid
  1171.       DSZ handshaking command may be used in place of ha cts.
  1172.       Default is ha cts (hardware handshaking) as shown above.
  1173.  
  1174.  
  1175.    SOFTFLOW
  1176.  
  1177.       Optional. Do not use this command unless you are sure you need it.
  1178.       Flow control is ALWAYS hardware (RTS/CTS) unless this command is
  1179.       used. It FORCES software flow control (XON/XOFF) and shuts off
  1180.       hardware flow control. Hardware flow control is better and most
  1181.       modern modems support it. If you use software flow control,
  1182.       please send me a note. I am curious if anyone uses it.
  1183.  
  1184.  
  1185.    FORCECOMPORT 2
  1186.  
  1187.       Optional. Do not use this command unless you are sure you need it.
  1188.       Com port selection is fully automatic based on the value
  1189.       passed by DOOR.SYS. Use of this command overides this value
  1190.       and forces use of the specified com port.
  1191.       Allowable for this command is 1 to 8.
  1192.       Use in EZROM.MAS if running multi-disk  mode.
  1193.       Use in EZROM.CFG if running single-disk mode.
  1194.       If specified in both, only the value in EZROM.MAS is used.
  1195.  
  1196.  
  1197.    FORCEBASE $02F8
  1198.  
  1199.       Optional. Do not use this command unless you are sure you need it.
  1200.       I/O port base address selection is fully automatic based on
  1201.       the standard IBM PC values associated with the selected com
  1202.       port number. Use of this command overides this value and forces
  1203.       use of the specified I/O port base address. The $ indicates
  1204.       that the address is specified as a hexadecimal number.
  1205.       Allowable for this command is any value from $02E8 to $5228.
  1206.       Please note that no checking is done on this value and it
  1207.       is entirely possible to specify a non-existant base address.
  1208.       Use in EZROM.MAS if running multi-disk  mode.
  1209.       Use in EZROM.CFG if running single-disk mode.
  1210.       If specified in both, only the value in EZROM.MAS is used.
  1211.  
  1212.  
  1213.    FORCEIRQ 3
  1214.  
  1215.       Optional. Do not use this command unless you are sure you need it.
  1216.       The IRQ number selection is fully automatic based on the
  1217.       standard IBM PC values associated with the selected com port
  1218.       number. Use of this command overides this value and forces use
  1219.       of the specified IRQ number.
  1220.       Allowable for this command is any value from 0 to 15.
  1221.       Use in EZROM.MAS if running multi-disk  mode.
  1222.       Use in EZROM.CFG if running single-disk mode.
  1223.       If specified in both, only the value in EZROM.MAS is used.
  1224.  
  1225.  
  1226.    FORCEVECTOR 11
  1227.  
  1228.       Optional. Do not use this command unless you are sure you need it.
  1229.       The ISR (Interrupt Service Routine) vector number selection
  1230.       is fully automatic based on the standard IBM PC values
  1231.       associated with the selected com port number. Use of this
  1232.       command overides this value and forces use of the specified
  1233.       interrupt.
  1234.       Allowable for this command is any value from 8 to 15 or from 70 to 77.
  1235.       Use in EZROM.MAS if running multi-disk  mode.
  1236.       Use in EZROM.CFG if running single-disk mode.
  1237.       If specified in both, only the value in EZROM.MAS is used.
  1238.  
  1239.  
  1240.  
  1241. ----- DISPLAY FILES -----------------------------------------------------
  1242.  
  1243.       In multi-disk mode, the following display files may be used
  1244.       to show the list of available disks:
  1245.  
  1246.       ANSI                  ASCII
  1247.       -----------           -----------
  1248.       MAINxxx.CLR           MAINxxx.BBS
  1249.       MAINxxx.BBS           MAIN.BBS
  1250.       MAIN.CLR
  1251.       MAIN.BBS
  1252.  
  1253.       The "xxx" shown above represents a security level. For example,
  1254.       MAIN10.CLR is the ANSI menu for security level 10. EZ-ROM
  1255.       searches for the display files in the order indicated above.
  1256.       If specific display files are not found for the caller's
  1257.       security level, then the general MAIN.CLR/BBS files are shown.
  1258.  
  1259.       In both single-disk mode and multi-disk mode, the following
  1260.       display files may be used to show the list of available
  1261.       file areas on a specific disk:
  1262.  
  1263.       ANSI                  ASCII
  1264.       -----------           -----------
  1265.       DISKxxx.CLR           DISKxxx.BBS
  1266.       DISKxxx.BBS           DISK.BBS
  1267.       DISK.CLR
  1268.       DISK.BBS
  1269.  
  1270.       The "xxx" shown above represents a security level. For example,
  1271.       DISK150.BBS is the ASCII menu for security level 150. EZ-ROM
  1272.       searches for the display files in the order indicated above.
  1273.       If specific display files are not found for the caller's
  1274.       security level, then the general DISK.CLR/BBS files are shown.
  1275.  
  1276.  
  1277.       - MULTI-PAGE MENUS -
  1278.  
  1279.       You can also create a multi-page MAIN.CLR/BBS and/or
  1280.       DISK.CLR/BBS. In this case, put all the pages in one file. Each
  1281.       page should be no more than 21 displayed lines long and there
  1282.       should be 4 blank lines between each page. The door will pause
  1283.       at the end of each page and allow the caller to select a command
  1284.       or scroll to the next page.
  1285.       A good method for creating multi-page ANSI menus is to create each
  1286.       page separately in an ANSI editor such as TheDraw. Then use the DOS
  1287.       COPY command to join the screens like this:
  1288.  
  1289.       COPY  PAGE1.CLR+PAGE2.CLR+PAGE3.CLR  ALLPAGES.CLR
  1290.  
  1291.  
  1292.       - CUSTOM WELCOME and GOODBYE SCREENS -
  1293.  
  1294.       Optional. Place these screens in the EZ-ROM home directory.
  1295.       If they exist, they will be displayed to the caller.
  1296.       If registered, WELCOME.CLR or WELCOME.BBS will be displayed prior to
  1297.       entering EZ-ROM. GOODBYE.CLR or GOODBYE.BBS will be displayed after a
  1298.       download if the caller selects log off after transfer.
  1299.       The .CLR file will be shown if the caller is in ANSI graphics mode.
  1300.       The .BBS file will be shown if the caller is in ASCII graphics mode.
  1301.  
  1302.  
  1303. ----- LOCAL KEYBOARD CONTROLS -------------------------------------------
  1304.  
  1305.       ALT+C --- Chat Mode On/Off
  1306.       ALT+D --- Drop To DOS (local sysop only)
  1307.       ALT+J --- Drop To DOS (local sysop only)
  1308.       F6 ------ Take Five Minutes From Caller
  1309.       F7 ------ Give Five Minutes To Caller
  1310.       F10 ----- Exit The Door
  1311.       ALT+F1 -- Exit The Door
  1312.       ALT+F2 -- Exit The Door
  1313.       ALT+K --- Kill. Throw the caller off the BBS *NOW*
  1314.  
  1315.  
  1316. ----- STATUS SCREENS ----------------------------------------------------
  1317.  
  1318.       Here is a typical set status information that is always displayed on
  1319.       the top 2 lines of the local monitor:
  1320.  
  1321.  John Smith   33 Min   3/10   #135   Sec:30   Node:1   Com2   14400   260K
  1322.  Anytown, USA               999-999-9999             Night Owl 10 - Online
  1323.  
  1324.       John Smith --- The caller name.
  1325.       33 Min ------- The amount of time left.
  1326.       3/10 --------- The caller has downloaded 3 files.
  1327.                      The caller is allowed to download up to 10 files.
  1328.       #135 --------- User file record number for this caller.
  1329.       Sec:30 ------- The caller security level.
  1330.       Node:1 ------- The BBS node number.
  1331.       Com2 --------- The Com port number.
  1332.       14400 -------- The caller connect speed.
  1333.       260K --------- The current amount of free memory left after loading
  1334.                      EZ-ROM into memory.
  1335.       Anytown, USA - The caller address.
  1336.       999-999-9999 - The caller phone number.
  1337.       Night Owl 10 - The current CD-ROM disk name.
  1338.       Online ------- The status of the current CD-ROM disk.
  1339.  
  1340.       Here is a typical set of status information that is displayed on the
  1341.       top of the local monitor during a download:
  1342.  
  1343. Download Today.........3  Download KByte Today.......350   BBS Logon: 8:15 pm
  1344. Download Limit........10  Download KByte Limit......2000  Enter Door: 8:21 pm
  1345. Download Total........27  Download KByte Total..... 4512    Begin DL: 8:33 pm
  1346.   Upload Total.........5    Upload KByte Total......1050   Time Left: 33 min
  1347.  
  1348.  
  1349. ----- NOTES -------------------------------------------------------------
  1350.  
  1351.       1. EZ-ROM reads all required BBS information from DOOR.SYS, so it
  1352.          will work fine on any BBS type that can create this file. This
  1353.          is generally thought of as the "standard" door file. Some
  1354.          systems (Wildcat, Spitfire, RBBS, GAP, PCBoard, and others) can
  1355.          generate DOOR.SYS directly, others may require a conversion
  1356.          program. When EZ-ROM terminates (for any reason) it writes an
  1357.          updated version of DOOR.SYS, so if your BBS reads DOOR.SYS on
  1358.          return from a door, the caller information will be updated. I
  1359.          think GAP BBS is one of the few BBSs that actually does read
  1360.          back DOOR.SYS. Wildcat reads back USERINFO.DAT and EZ-ROM does
  1361.          update the information in this file.
  1362.  
  1363.       2. EZ-ROM uses the powerful and versatile DSZ program from Omen
  1364.          Technologies for file transfers. DSZ makes available Xmodem,
  1365.          Ymodem and Zmodem. Zmodem transfers will be sent using 16 bit,
  1366.          32 bit, or MobyTurbo, as requested by the receiver (caller).
  1367.          Ymodem transfers will be sent either as true Ymodem or even
  1368.          Ymodem-g if requested by the caller. To utilize Ymodem-g, the
  1369.          caller should select <Y>modem in EZ-ROM and then set his
  1370.          terminal program to receive using Ymodem-g. Ymodem-g will not
  1371.          work properly unless both the BBS modem and the caller's modem
  1372.          are set for hardware error correction (such as V.42 or MNP).
  1373.          Ymodem-g is only available in REGISTERED copies of DSZ.
  1374.  
  1375.       3. The <S>earch text command searches the entire line so that
  1376.          all matches in file name, size, date, and description are
  1377.          shown. This allows some interesting possibilities. For
  1378.          example, a search for "-94" would show all files with dates
  1379.          of 1994.
  1380.  
  1381.       4. Testing here on my system shows that the ASCII text file list
  1382.          search routines in EZ-ROM are several times faster than searches
  1383.          of a compiled database and index file. The text file lists also
  1384.          take up about 1/3 as much space as a compiled database. In most
  1385.          cases, the text file lists as supplied on each CD-ROM disk can
  1386.          be used directly with no modification. If space is limited, you
  1387.          do not have to copy these files to your hard drive. EZ-ROM can
  1388.          read them right off the CD-ROM if so configured.
  1389.  
  1390.  
  1391. ----- IF YOU NEED HELP --------------------------------------------------
  1392.  
  1393.       Check this document first. Perhaps your problem is discussed here.
  1394.  
  1395.       EZ-ROM writes many (but not all) error conditions to file ERROR.LOG
  1396.       in the current directory. Check this file.
  1397.  
  1398.       Call my BBS and leave a message which fully describes the problem.
  1399.       Please upload the following files:
  1400.  
  1401.       1. Any ERROR.LOG files created by EZ-ROM.
  1402.       2. The batch file that runs EZ-ROM.
  1403.       3. EZROM.MAS and EZROM.CFG
  1404.       4. DOOR.SYS
  1405.  
  1406.       I will post a reply message on my BBS for you within 24 hours.
  1407.       FidoNet nodes may netmail the same information, and then poll for a
  1408.       reply in 24 hours. I fully support both registered and unregistered
  1409.       versions. This program runs well on hundreds of systems, and I will
  1410.       work with you to get it working on your BBS. I recently opened node 2
  1411.       (203-922-1794  FidoNet 1:141/486) which is dedicated exclusively to
  1412.       handling support for my shareware. Traffic on this node is very
  1413.       light, and it is almost always ready and waiting for callers.
  1414.  
  1415.  
  1416. ------- REGISTRATION ------------------------------------------------------
  1417.  
  1418.       This program is SHAREWARE. It represents hundreds (if not thousands)
  1419.       of hours of effort. I have been adding features and improving it for
  1420.       almost 2 years now. All upgrades have been free. The registration fee
  1421.       is only $25 which I believe to be a fair price for a program of this
  1422.       caliber.
  1423.  
  1424.       You may use this program for a free 30 day trial
  1425.       period. After that, you must register it or stop using it.
  1426.       You may give away free copies of this entire unmodified package,
  1427.       but you may not sell it. I retain all rights to this program.
  1428.  
  1429.       As an incentive to encourage registration, the following features
  1430.       are ONLY AVAILABLE IN THE REGISTERED VERSION:
  1431.  
  1432.       ■ The *** UNREGISTERED ***  message on the first screen is replaced
  1433.         by your name and your BBS Name.
  1434.  
  1435.       ■ Requests from offline disks feature is activated.
  1436.  
  1437.       ■ Internal download/request database is activated.
  1438.         Allows EZ-ROM to accurately track and limit downloads on ANY BBS.
  1439.         In the unregistered version, only the caller's daily time limit is
  1440.         enforced. In the unregistered version, downloads are not recorded
  1441.         and file/byte per day limits are not enforced.
  1442.  
  1443.       ■ Batch files are called before and after a download to allow
  1444.         insertion of BBS advertisements into ZIP files or any other
  1445.         function you can execute from a batch file.
  1446.  
  1447.       ■ For Wildcat BBS, the number of files/bytes downloaded will be
  1448.         written to USERINFO.DAT which is then read back by Wildcat and the
  1449.         Wildcat download database will be updated.
  1450.  
  1451.       ■ WELCOME.CLR or WELCOME.BBS file will be displayed (optional).
  1452.  
  1453.       ■ Full logging of all caller activities. You can log activities to
  1454.         your BBS log, or to a separate EZ-ROM log.
  1455.         In the unregistered version, only error conditions are logged.
  1456.         No caller activity log is created in the unregistered version.
  1457.  
  1458.       HOW TO REGISTER:
  1459.  
  1460.       Please fill out and mail the form below to register the EZ-ROM door
  1461.       or call my BBS for fast online registration using your credit card.
  1462.       I accept Visa, Mastercard, Carte Blanche, Diners' Club.
  1463.       Call The Soft Parade BBS at:  203-922-1794  or  203-924-5603
  1464.  
  1465.       Registered Sysops are entitled to free program support, and free
  1466.       access to all files and features on my BBS. Support is available
  1467.       from me on my BBS, in FidoNet (Wildcat echo), Spitfire CircuitNet
  1468.       (CD-ROM echo) and via direct FidoNet crash netmail. Suggestions for
  1469.       future improvements from registered Sysops will receive careful
  1470.       consideration.
  1471.  
  1472.       When you register, you will receive a customized personal
  1473.       registration key file and instruction file. The key file activates
  1474.       the registered features in the shareware version, so there will be no
  1475.       need to download any specially compiled versions of the executable
  1476.       program itself.
  1477.  
  1478.       Please be sure to specify your name and your BBS name exactly as you
  1479.       would like them to appear on the first door screen.
  1480.  
  1481.       ---------------------------------------------------------
  1482.       ---------------------------------------------------------
  1483.       ---------------------------------------------------------
  1484.  
  1485.                    EZ-ROM 1.30 Door REGISTRATION FORM
  1486.  
  1487.       Your Name: ______________________________________________
  1488.  
  1489.       BBS Name:  ______________________________________________
  1490.  
  1491.       Address:   ______________________________________________
  1492.  
  1493.       Address:   ______________________________________________
  1494.  
  1495.       BBS Phone Number: ________________
  1496.  
  1497.       Please answer the following if you want to charge your registration:
  1498.  
  1499.       Credit Card Type: _____________________
  1500.  
  1501.       Name as it appears on the card: _______________________________
  1502.  
  1503.       Credit Card Number: ___________________________________________
  1504.  
  1505.       Expiration Date: _______  Voice Phone Number: _________________
  1506.  
  1507.       Please choose ONE of the following registration options:
  1508.  
  1509.       ___ $25 (Twenty Five Dollars)
  1510.           Call Mike Robinson's BBS and download your registration file.
  1511.           I will establish an account for you in advance if you give the
  1512.           following logon information:
  1513.  
  1514.           Password to use on  Mike Robinson's BBS: _____________________
  1515.  
  1516.           BirthDate to use on Mike Robinson's BBS: _____________________
  1517.  
  1518.       ___ $30 (Thirty Dollars) - First Class Mail anywhere in the world.
  1519.           I will mail your registration to you. Specify floppy disk type.
  1520.           3.5 inch HD will be used if not otherwise specified.
  1521.  
  1522.       ___ $30 (Thirty Dollars) - USA and CANADA ONLY.
  1523.           Mike Robinson will call your BBS and upload your registration to
  1524.           you or he will NetMail your registration to your FidoNet address.
  1525.           BBS phone number or FidoNet Address:
  1526.  
  1527.       ---------------------------------------------------------
  1528.       ---------------------------------------------------------
  1529.       ---------------------------------------------------------
  1530.  
  1531.       Send this form and payment in US DOLLARS to:
  1532.  
  1533.           Michael Robinson
  1534.           9 Richard Boulevard
  1535.           Shelton, CT. 06484-4386
  1536.  
  1537.       I accept Visa, Mastercard, Carte Blanche, Diners' Club,
  1538.       personal check, bank check, or money orders.
  1539.       Checks must be from a bank or financial institution with
  1540.       a cashing address within the USA listed on the front of the
  1541.       check. Most major banks in other countries can issue such an
  1542.       international money order or international bank check.
  1543.  
  1544.       InterNet  Mike.Robinson@485.n141.z1.fidonet.org
  1545.       InterNet  Mike.Robinson@486.n141.z1.fidonet.org
  1546.       ╔════════════════════════════════════════════════╗
  1547.       ║  * The Soft Parade - Shelton Connecticut USA * ║
  1548.       ║  * Home of the EZ-ROM & SF-ROM  CD-ROM Doors * ║
  1549.       ║  * Online Registration using Visa/Mastercard * ║
  1550.       ╚════════════════════════════════════════════════╝
  1551.  Node 1  203-924-5603  FidoNet 1:141/485  General Access * USR Dual Standard
  1552.  Node 2  203-922-1794  FidoNet 1:141/486  EZ-ROM Support * Hayes 288 V.FC
  1553.       FidoNet File Request EZROM or SFROM for latest versions.
  1554.       Support and Online Registration available on both nodes.
  1555.       Node 2 is for EZ-ROM support only and is rarely busy.
  1556.  
  1557.       Legal Stuff:
  1558.       Use this program at your own risk. No guarantees of any sort.
  1559.       File sharing and locking implemented via BCSHARE Beta Version 0.7
  1560.       Copyright (C) By Mike Woltz 1990 Buffalo Creek Software.
  1561.       DSZ program Copyright by Omen Technology Inc.
  1562.  
  1563.       EZ-ROM Revision History
  1564.       Version 1.20 -- May  31, 1993 - Initial Public Release
  1565.       Version 1.30 -- Jan  31, 1994 - Many new features.
  1566.  
  1567.       *******************************************************************
  1568.  
  1569.       OTHER PROGRAMS BY MIKE ROBINSON:
  1570.  
  1571.       SFROM13.ZIP   110,790  01-31-94  SF-ROM 1.30 Spitfire CD-ROM Door
  1572.  
  1573.       SF-ROM is based on the same base source code as EZ-ROM. It is
  1574.       designed specifically for use on Spitfire BBS. The configuration,
  1575.       file format, and appearance is exactly the same as EZ-ROM. Whenever
  1576.       new features are added, they appear simultaneously in new releases of
  1577.       both EZ-ROM and SF-ROM. The revision numbering scheme is the same so,
  1578.       for example, SF-ROM 1.30 is the equivalent of EZ-ROM 1.30. So if you
  1579.       run Spitfire BBS, get SF-ROM. All other BBS types should use EZ-ROM.
  1580.  
  1581.       *******************************************************************
  1582.  
  1583.       PKZIP archive security notice for this archive should read:
  1584.       Authentic files Verified!   # FEZ251
  1585.       MICHAEL N. ROBINSON
  1586.  
  1587.