home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / ROMD311.ZIP / ROMDOOR.NEW < prev    next >
Text File  |  1994-02-14  |  27KB  |  598 lines

  1. *** Version 1.00 Released 05/13/92 ***
  2.  
  3.   - Initial Release
  4.  
  5. *** Version 1.10 Released 07/18/92 ***
  6.  
  7.   - Option to copy files to hard drive before download
  8.   - If above option is on, then RomDoor will add the file ROMDOOR.CMT to
  9.     the comment field of a ZIP file before the user downloads it.
  10.     Perfect for BBS ads!
  11.   - If your CD-ROMs have Volume labels and you have setup the CD Names
  12.     as the volume labels on the disks, then RomDoor will check the
  13.     drives to see which CD-ROMs are On-Line.  This eliminates the need
  14.     for setting the CDSONLINE environmental variable.
  15.  
  16. (* NOTE *) You may still use the environmental variable, and you must if
  17.            your CDs don't have volume labels.
  18.  
  19.   - DIRTODAT has been redesigned.  Now you are presented with a screen
  20.     similar to WCFILE from WC! 3.5.  This is a little easier to
  21.     understand.
  22.   - In addition DIRTODAT will now import multi-area file areas, that way
  23.     you don't have to separate the file areas for separate imports.  To
  24.     import a multi-area text file, go to the area in MakeRom that is the
  25.     same as the first area in the text file.  RomDoor will start
  26.     importing at that directory and will increment the area counter each
  27.     time it meets the end of a area (Blank line).
  28.   - Also now it will not import a invalid file name.  So that means you
  29.     don't need to worry about headers or blank lines.
  30.   - MakeRom has more places where you can use PickLists, hopefully
  31.     making it easier to configure.
  32.   - PcBoard 14.5 is now supported.  RomDoor will read in all the
  33.     pertinent data files.  In addition to updating the DOOR.SYS so that
  34.     the PcBoard database is updated.
  35.   - Extended descriptions are now supported (PcBoard style), up to 10
  36.     lines of 40 characters each.  Note: If you are upgrading you can
  37.     re-import you file areas and RomDoor will Update the record with
  38.     the multiline descriptions.
  39.   - Option to write directly to WC!'s log files.  ACTIVITY.xxx
  40.   - You can now group the file areas together using group names, this is
  41.     extremely useful on multi-CD-ROM-drive systems, where you offer 100+
  42.     file areas to the user at a time.  Press ALT-G from MakeRom to edit
  43.     the names and press F2 from that screen to select the areas that are
  44.     in the group.
  45.   - New VGA font, changes text appearance on local screen and in the
  46.     other utilities.
  47.   - Improved checking for files on the disk, you will get no incorrect
  48.     errors (Unless of course you setup the area paths incorrectly)
  49.   - Works perfectly with WC! 3.5.  And looks more like it too, now it
  50.     puts *'s near the marked files.
  51.  
  52. (* NOTE *) If you are using WC! 3.5's autonode feature make sure that
  53.            you are loading up RomDoor directly from the node work
  54.            directory, that means simply changing your DOORx.BAT which
  55.            loads up RomDoor to something like this:
  56.  
  57.            @ECHO OFF
  58.            C:\ROMDOOR\ROMDOOR
  59.  
  60.  
  61. *** Starting with this release of RomDoor, all REGISTERED users will
  62.     have access to download premade RomDoor databases!  That means if
  63.     you send in your money you can save hours by downloading the
  64.     databases instead of making them yourself!
  65.  
  66.       If you already have the registered version, call IDS and logon,
  67.       once you get on the system leave me a message (JEFF BISSON) saying
  68.       that you are a registered user of RomDoor.  I will upgrade you and
  69.       then you will have access to all of the PreMade databases and the
  70.       update for the RomDoor extra utilities, RDEXTRA.ZIP.
  71.  
  72. *** Version 1.11 Released 07/22/92 ***
  73.  
  74. This version is just a bug fix.  It fixed a couple of bugs, they are:
  75.  
  76. 1) In MakeRom when you said that the text file was a multi-area text file
  77.    MakeRom ignored this and didn't tell DIRTODAT.  So it turns out that
  78.    DIRTODAT would not increment the area number each time it ran into a
  79.    blank line.  (FIXED)
  80.  
  81. 2) Also in Makerom when you told it to remove a file area it didn't.
  82.    This was also a result of MakeRom not passing a parameter to
  83.    DIRTODAT.  (FIXED)
  84.  
  85. 3) When you had setup RomDoor to add a comment to zip files it worked
  86.    fine for the internal protocols but didn't add them when the user
  87.    selected an external protocol.  In fact RomDoor didn't even copy
  88.    files to the hard drive.  (FIXED)
  89.  
  90.    Now for batch downloads it copies all the files before the transfer
  91.    over to the HD, and for non-batch downloads it copies the files one
  92.    at a time.  If there is not enough space on the drive for a certain
  93.    file it does not try to copy it and downloads directly from the
  94.    CD-ROM disk.
  95.  
  96. 4) You will notice that v1.11 is smaller than v1.10.  Do not be alarmed,
  97.    nothing important was taken out.  In fact, for some reason (probably
  98.    stupidity on my part) there was duplicate code in the source code and
  99.    it turns out it was causing the EXE to become 9k larger than it
  100.    should be.
  101.  
  102. 5) From the Add files prompt RomDoor wasn't printing the insufficient
  103.    time error to the user.  This was quite confusing to the user since
  104.    RomDoor just dropped down to the next prompt and asked them to enter
  105.    in the next file giving no error, although it wasn't marking the
  106.    file.  (FIXED)
  107.  
  108.    For example:
  109. File #1 name ? [NATURE.GIF  ]
  110. File #1 name ? [            ]
  111.  
  112.    Now RomDoor tells them they have insufficient time by saying "Time
  113.    Limit would be exceeded".
  114.  
  115. There a couple of undocumented features related to DIRTODAT and what it
  116. does.  DIRTODAT is a separate EXE and doesn't need MakeRom to run.  If
  117. you ever encounter a problem importing in MakeRom try it from the command
  118. line.  Just type DIRTODAT from the command line and it will tell you the
  119. available options.
  120.  
  121.  *** Note DirTypeNum is the position number of the text file definition
  122.  *** record in DIRTODAT's configuration program (ALT-D from MakeRom).
  123.  ***
  124.  *** For example you have the following text file definitions in
  125.  *** DIRTODAT's configuration program.
  126.  ***
  127.  ***   1) CARRS
  128.  ***   2) FAO
  129.  ***   3) STORM
  130.  ***
  131.  *** And you want to import the FAO2 disk.  You would put a 2 in the
  132.  *** DirTypeNum field.
  133.  
  134. DIRTODAT can also be used to remove files from the database.  There are
  135. two ways you can delete the files.  By deleting just one area or by
  136. deleted all the files areas that are on one CD-ROM disk.
  137.  
  138. DIRTODAT REMOVE AREA 2      ; Delete files in file area number 2
  139. DIRTODAT REMOVE CD 3        ; Delete files in the file areas on the 3rd
  140.                             ; CD-ROM disk
  141.  
  142. *** Version 2.00 Released 10/15/92 ***
  143.  
  144. RomDoor v2.00 has many new improvements over the previous versions
  145. of RomDoor.  Here is a list of the added features and changes.
  146.  
  147.    The maximum of CD-ROM disks you can configure for RomDoor has been
  148.     increased from 25 to 32.
  149.  
  150.    RomDoor now keeps a separate database for each CD-ROM drive.  This
  151.     makes maintenance on the databases less risky.  (You don't need to
  152.     worry about losing the whole database when your database gets
  153.     corrupted.)  The directories are named ROMxx (xx being a number
  154.     between 01 and 32) and are created off of your RomDoor directory.
  155.  
  156.    As you will notice MakeRom was COMPLETELY rewritten!  It has a
  157.     totally different structure and you don't need to memorize a lot
  158.     of ALT keys anymore!  This should make it much easier to use.
  159.  
  160.    If you have more CD-ROM disks than CD-ROM drives (which is usually
  161.     the case you have the option to allow users to request files from
  162.     the off-line file areas.  This allows you to put your most
  163.     frequently used CD-ROM disks on-line while allowing your users to
  164.     request files from the off-line disks.  Read the section,
  165.     "Configuring and maintaining the Request feature" found in
  166.     ROMDOOR.DOC.
  167.  
  168.    There is now an extra field in the CD-ROM info screen for volume
  169.     labels, this allows you to have a more explanatory name for the CD
  170.     than the volume label.  You will also notice that there is another
  171.     field on the screen, "File To Look For", this field is used if you
  172.     have a CD-ROM disk which doesn't have a volume label.  RomDoor will
  173.     check for this file when it is determining the on-line CD-ROM disks
  174.     and if found it will mark that CD as "on-line".
  175.  
  176.     NOTE You will need to include the full path to the file, so for
  177.     example if you were going to use FILENAME.EXT which is located in
  178.     the root directory of the drive you would enter:
  179.  
  180.     \FILENAME.EXT
  181.  
  182.     Instead of just FILENAME.EXT.
  183.  
  184.    If you have multiple CD-ROM drives and don't want to keep track of
  185.     the drive letters than you have the option to leave the "Drive
  186.     Letter" field blank in MakeRom.  To use this feature make sure you
  187.     enter valid info in the "Volume Label" and/or "File To Look For"
  188.     fields.  Also note to use this function properly you HAVE to leave
  189.     the drive letters out of the area paths when you are defining the
  190.     areas on the CD-ROM disks.  For example:
  191.  
  192.     \GIF\SCENERY\ instead of D:\GIF\SCENERY\
  193.  
  194.    When a user does a text search for a text string in the description,
  195.     RomDoor will print out the record and put the text string found in
  196.     red (if they have color ON).  This allows the user to see where the
  197.     text was found.
  198.  
  199.    DIRTODAT.EXE no longer exists.  It has been totally integrated with
  200.     MakeRom.  You can delete the DIRTODAT.EXE from your disk.  When you
  201.     run the upgrade program DIRTODAT.CFG will be renamed to TEXTDEF.DAT.
  202.     Do not delete the DIRTODAT.CFG.
  203.  
  204.    The AT codes have been changed to match the way WildCat prints them
  205.     out.  And finally I have made a list of the AT codes like promised.
  206.     (The list is in ATCODES.LST)
  207.  
  208.    The "File Areas, (XX-XX) ..." prompt has two new options.
  209.  
  210.     [C]hange CD : Allows the user to change the current CD from this
  211.                   prompt in addition to the main menu as before.
  212.  
  213.     [F]ind      : Allows the user to search for text in the file areas'
  214.                   name.  Saves time looking for the numbers of file
  215.                   areas!
  216.  
  217.    On the -Pause- prompt while listing file areas there is a new
  218.     options.
  219.  
  220.     [F]ind      : Allows the user to jump to any file name in the
  221.                   current file area that they are listing.  Note that
  222.                   this is not allowed on the very last screen of a file
  223.                   area and while doing a text search.
  224.  
  225. *** Version 2.01 Released 11/10/92 ***
  226.  
  227. RomDoor v2.01 is mainly a bug fix, but it does include a couple new
  228. features.
  229.  
  230. New Features:
  231.  
  232.    Gets the user's default protocol from WildCat! or PcBoard and uses
  233.     that as their download protocol.
  234.  
  235.    MakeRom can now import and remove file areas from the command line
  236.     for the parameters simply type MAKEROM /?.
  237.  
  238.    Added the @FROM@ AT-Code.
  239.  
  240. Bug Fixes:
  241.  
  242.    Major problem with the internal protocols where it would only allow
  243.     one download at a time at 2400 and 1200 non-MNP connections.
  244.  
  245.    Request feature, if you were encountering a problem with fulfilling
  246.     the files that your users had requested then delete the files that
  247.     are in the REQUESTS directory (don't delete the directory itself).
  248.     You shouldn't encounter this problem again.  Sorry for the
  249.     inconvenience.
  250.  
  251.    If the user has selected AUTO LOGOFF after download then RomDoor
  252.     will not send the GOODBYE screen.  (That is to prevent -Pause-
  253.     prompts in the GOODBYE screen.)
  254.  
  255.    MakeRom frequently froze on importations if you had problems with
  256.     MakeRom give it another try.
  257.  
  258.    Fixed problem where RomDoor would repeat the file numbers during a
  259.     search.
  260.  
  261. *** Version 2.02 Released 12/25/92 ***
  262.  
  263. Bug Fixes:
  264.  
  265.    When "Copy Files To HD" was set to "YES" and a user made an on-line
  266.     text file listing of some areas RomDoor would error out with a
  267.     runtime error 158.  Fixed.
  268.  
  269.    When you "Removed" a file area using ALT-R, MakeRom wouldn't free up
  270.     the memory used for BTree when it was finished.  Fixed.
  271.  
  272.    Well it turned out that I hadn't fixed the request feature and
  273.     SysOps were still having major problems with it.  To tell you the
  274.     truth I still don't know why the problem was occurring but I gave up
  275.     on BTree for that database since it wasn't really required for
  276.     operation.  Currently it uses a simple database which "shouldn't"
  277.     encounter any problems.  To use the request feature simply delete
  278.     the files that are in the REQUESTS directory off of your RomDoor main
  279.     directory (Don't delete the directory itself, just the files in it).
  280.  
  281.    Fixed the bug with RomDoor selecting the incorrect external protocol.
  282.  
  283.    When a user entered in a file name to download which didn't exist in
  284.     the databases, RomDoor would report "0 second(s)" as the transfer time
  285.     instead of "File not found".  This only occurred if you had the
  286.     request feature turned off and CD-ROM number 1 was not on-line.  Fixed.
  287.  
  288.    RomDoor would sometimes think that certain CD-ROM disks were not
  289.     on-line when they actually were on-line, this only occurred when you left
  290.     the CD-ROM drive letter blank.  It resulted from improper
  291.     initialization of the CD-ROM record.  To correct simply go and "Edit
  292.     CD-ROM Information" move the bar to the CD-ROM disk and press ENTER.
  293.     Next press ENTER again to "Edit CD-ROM Info" and then press F10.  It
  294.     will save the CD-ROM correctly and you shouldn't have the problem
  295.     again.
  296.  
  297. New Features:
  298.  
  299.    RomDoor is now DESQView aware and will pass the time slices to
  300.     another window when it is inactive.
  301.  
  302. *** Version 3.00 Released 10/15/93 ***
  303.  
  304. Bugs Fixes:
  305.  
  306.    When RomDoor shelled to an external protocol, it would always pass
  307.     Com Port #1 to the external protocol.  Fixed.
  308.  
  309.    If a user had "available" requested files from an off-line CD-ROM
  310.     disk and he/she asked to view one of the files, RomDoor would pass
  311.     nothing to the viewing program and would corrupt the Queued Files
  312.     List.  Fixed.
  313.  
  314.    If a user had a one character last name RomDoor would not find their
  315.     user record in Wildcat's database so it would lose their security
  316.     level and end up not giving them access to any CD-ROM disks.  Fixed.
  317.  
  318.    If a user had a one word name, such as "SYSOP", RomDoor was unable
  319.     to find the user record in the user's database.  Fixed.
  320.  
  321.    When a user went to mark the files that they had requested RomDoor
  322.     wouldn't check to see if they would exceed the 30 max markable files
  323.     limit.  Thus the mark list would get messed up and the computer
  324.     would become very volaitle.  Fixed.
  325.  
  326.    Improved RomDoor's time limit handling.  Before there were certain
  327.     occasions when RomDoor reported erronious times.  Fixed.  In
  328.     addition when a sysop increased or decreased a users time in RomDoor
  329.     Wildcat wouldn't know about the change.  Fixed.  Finally in Chat
  330.     Mode time is now frozen.
  331.  
  332. New Features:
  333.  
  334.    RomDoor will now update Wildcat's NODEINFO.DAT file and will
  335.     increment the number of downloads in the "Quick Stats".
  336.  
  337.    Previously the maximum number of files that could be marked at one
  338.     time by a user was 30.  Now the limit is 99 and is configurable by
  339.     the SysOp.
  340.  
  341.   * If configured, RomDoor will write a message to the SysOp when a user
  342.     requests files.  The message will be left in conference configured
  343.     in the "Extra Features Menu".
  344.  
  345.   * You may also have RomDoor write a message to the user when you have
  346.     fulfilled the requests.  The message will be left in the conference
  347.     configured in the "Extra Features Menu".
  348.  
  349.    RomDoor now can lock a CD-ROM drive unit.  For example SysOps with
  350.     6-pack CD-ROM changers can specify a CD-ROM on a CD-ROM unit and
  351.     only one node at a time would be able to access that CD-ROM drive.
  352.     This is a VERY broad description of this feature, please read
  353.     "Using RomDoor with multi-disk CD-ROM changers - Configuring unit
  354.     numbers" in ROMDOOR.DOC for more information.
  355.  
  356.   * Previously if a user requested files and didn't download them after
  357.     14 days RomDoor would delete the requests from its database.  Now
  358.     that limit is configurable.
  359.  
  360.    RomDoor now updates PcBoards user's database, that means that the
  361.     users downloads in RomDoor are now recorded.
  362.  
  363.    You can copy files individually or all at once.  Previously RomDoor
  364.     defaulted to individually, the problem with that is that users would
  365.     sometimes abort their protocol thinking that the sysop's end had
  366.     frozen, when in fact the system was copying the file to the hard
  367.     drive.  If RomDoor is told to copy all the files at once then it
  368.     will tell the user to "Please be patient while copying file to HD".
  369.     It will then copy all the files to the hard drive before continuing.
  370.     There are a few down sides to this method:
  371.  
  372.       1) The sysop needs more HD space free.  If this is a problem you
  373.          can decrease the max markable files in RomDoor so users can't
  374.          queue up huge amounts of files.
  375.  
  376.       2) It is more noticeable to the user.  That is the user will have
  377.          to wait a few minutes while the sysop's end copies the files to
  378.          the hard drive.  Copying files to the hard drive individually
  379.          is a little more transparent to the user.  Even though both
  380.          methods take up the same amount of time, users will probably
  381.          complain.  <g>
  382.  
  383.       3) If the transfer gets aborted for some reason then all the files
  384.          that where copied to the hard drive are deleted.  That means if
  385.          they want to download them again, they will have to go through
  386.          the copy procedure once again.
  387.  
  388.    New "Scan disks on entry" option allows sysops who don't change their
  389.     CD-ROM disks too often to speed up entry into RomDoor.  This is
  390.     extremely beneficial to sysops who have the 6-pack disk changers.
  391.     If this option is set to "NO" then what RomDoor does is checks
  392.     for a file called PREVON.DAT.  If it exists RomDoor will get the
  393.     on-line CD-ROM information from it.  If it doesn't exists RomDoor
  394.     needs to load up checking all the disks in the drives, and then
  395.     saves the on-line CD-ROM information to the file PREVON.DAT, so that
  396.     next time it won't need to scan all the drives.  Please read
  397.     "Optimizing RomDoor - Speeding up RomDoor's loadup" for more
  398.     information.
  399.  
  400.    In v2.02 if you were importing files that are longer than 80 columns
  401.     wide then it would cut the descriptions off.  Now that has been
  402.     increased to 128.
  403.  
  404.    Added 10 menu hooks!  The file names for the batch files are
  405.     RDHOOKx.BAT where x is a number ranging from 1-10.  To edit the menu
  406.     definition, load up MakeRom and press ENTER on "Edit Menu
  407.     Definition".  Use the cursor keys to move down to Dos Hook 1 and
  408.     type in the call letter that you want to use from the RomDoor menu.
  409.     Note that MakeRom will not allow you to duplicate call letters.
  410.     Enter in the description, Seq #, and menu access level.
  411.  
  412.    In the "Check Requests" screen MakeRom now shows the CD-ROM disk
  413.     that the file was requested from.
  414.  
  415.    When a listing of the text files is created in RomDoor, it now has a
  416.     area header that shows which CD-ROM disk the area is on.
  417.  
  418.    If the ROMDOOR.CMT file exists in the RomDoor directory when filling
  419.     requests.  It will be added as the ZIP comment to the file.
  420.  
  421.    In the security level options there is a new field called "Type of
  422.     Access".  This allows you to have your users "look but don't touch."
  423.     Which is extremely useful if you have a pay system and want some
  424.     security levels to see what they are missing.
  425.  
  426. *** Version 3.01 Released 11/2/93 ***
  427.  
  428. Bug Fixes:
  429.  
  430.   RomDoor:
  431.  
  432.      If the user was in RIP mode then RomDoor would occasionally freeze
  433.       when listing out the file areas.  (Fixed)
  434.  
  435.      If the user had requested files which were available and they
  436.       tryed to mark them all by pressing "A" from the Show Requests
  437.       menu, RomDoor wouldn't do anything.  (Fixed)
  438.  
  439.      If a user didn't have enough menu access level to view a file
  440.       and RomDoor wouldn't allow them to view a file from the main menu
  441.       but it would continue to allow them to view a file when they were
  442.       listing files.  (Fixed)
  443.  
  444.   MakeRom:
  445.  
  446.      In the "Check Requests" section if you had the message writing
  447.       option set to write the "sysop and user" or "only user", when you
  448.       pressed ENTER to fulfill a request MakeRom wouldn't send the user
  449.       a message.  (Fixed)
  450.  
  451.      MakeRom wouldn't allow the sysop to get a picklist of the
  452.       directory setup numbers in the import process (ALT-I in the "Edit
  453.       Areas" menu).  (Fixed)
  454.  
  455.   RomEdit:
  456.  
  457.      F3 (Freshen file from disk) from the Edit window didn't work.
  458.       (Fixed)
  459.  
  460.   RomDoor:
  461.  
  462.      If a sysop had accidently run MAKEWILD in the RomDoor directory
  463.       then MAKEWILD would create a file called CONFDESC.DAT in the
  464.       RomDoor directory.  This would cause problems because when RomDoor
  465.       would write a message in the WildCat database it would find this
  466.       file first.  The paths to the conferences are blank in this
  467.       CONFDESC.DAT, so RomDoor wouldn't know where the message databases
  468.       were.  Now RomDoor looks for the CONFDESC.DAT in the BBS Home
  469.       Directory.
  470.  
  471. Additions:
  472.  
  473.   RomDoor:
  474.  
  475.      On the status line RomDoor now shows the node number.
  476.  
  477.   UPDROM:
  478.  
  479.      After upgrading a database UPDROM will create a file which
  480.       contains the version number of the database in it.  This will
  481.       prohibit UPDROM from being run twice on a database.
  482.  
  483.       Note: That if you have already run UPDROM 20TO30 on a database
  484.             then please copy the file RDVER.DAT into your ROMxx
  485.             directories.  This is the same file that UPDROM creates.
  486.  
  487.   FixRom:
  488.  
  489.      If you had run UPDROM more than once on a database then the
  490.       resulting database would look corrupted when you displayed it with
  491.       RomDoor or RomEdit.  If you have a database which you ran UPDROM
  492.       twice on then you can fix it by running FIXROM xx UPDROM.  (Where
  493.       xx is the number of the ROMxx directory)
  494.  
  495.       Note: If you ran UPDROM more than twice on a disk, you can still
  496.             fix by running FIXROM one less time than you ran UPDROM.
  497.             For example if you ran UPDROM four times on a database then
  498.             you can fix it by running FIXROM with the UPDROM parameter
  499.             three times.
  500.  
  501.   RomBull:
  502.  
  503.      Now adds a @PAUSE@ to the end of all bulletins.
  504.  
  505.   MakeRom:
  506.  
  507.      The status line in the "Check Requests" section has been updated.
  508.       Now it displays the ALT-A key combination to fulfill all the
  509.       requests at once.
  510.  
  511.   Premade:
  512.  
  513.       Premade.exe Now allows you to import V2.0X and/or V3.0X databases
  514.       directly into Romdoor without fear of converting an already converted
  515.       database.  Premade will automatically make the appropriate entries
  516.       into MakeRom, and ad a RDVER.DAT into the Rom database
  517.  
  518.  
  519.  
  520. *** Version 3.02 Released 12/24/93 ***
  521.  
  522.  
  523. New Features
  524.  
  525.         PREMADE.EXE     Premade has been totally rewritten
  526.                         and Enhanced,  It now shows you the premade
  527.                         Database, and allows you to automatically upgrade
  528.                         it (if needed) and automatically adds it to your
  529.                         ROMDOOR database for you..
  530.  
  531.         WC2ROM.exe      WC2ROM. will copy or move existing databases from
  532.                         WildCat into ROMDOOR,  (Saves you the time.)
  533.  
  534.  
  535.      CREATE PRE-MADES   Theirs a NEW option in Edit CD-ROM features:
  536.                         it's called "CREATE PREMADE DATABASE"
  537.                         This option allows you to instantly transform
  538.                         your DATABASES into PREMADES (Including RDVER.DAT,
  539.                         Volume, and descriptions)
  540.                         GREAT way to Exchange database between sysops !!!
  541.  
  542. Compatability with other DOOR.SYS BBS's
  543.                 Romdoor is now compatible with all DOOR.SYS BBS. !!!!!
  544.  
  545.  
  546. Bug Fixes / Enhancements:
  547.  
  548.         File Requests:  A few Sysops, we're confused when attempting to
  549.                         Fullfill File request,  Romdoor would say
  550.                         "Drive  to XXXXX Disk "  it wasn't clear to them
  551.                         that ROMDOOR was asking them for an imput.
  552.                         This has been changed to: " PATH to XXX disk ?
  553.                         the prompt is now highlighted, and includes enough
  554.                         length for extended paths, (for REMAPPING)
  555.  
  556.   FILES List Importing  This area was a major confusion for alot of SYSOP
  557.                         It has now been changed to "Enter Text File Definition
  558.                         # [F2] for picklist..
  559.                         This should help elliviate confusion.
  560.  
  561.   Failed File request
  562.   transfers:            Romdoor 3.0X Had a bug in it.  When a file Request was
  563.                         Fullfilled and a SYSOP had Copy files set to anything
  564.                         but! Individually.  A user was unable to D/l Requested
  565.                         Files.
  566.                                         FIXED
  567.  
  568.          GROUPS.        If selected a user was only able to list the first 8
  569.                         CD-ROMS,
  570.  
  571.                         On some systems, GETON returned all cd's as online
  572.  
  573.                         On PCBOARDS the QUICKEXP would cause lockups.
  574.                                         FIXED..
  575.  
  576.  
  577.  
  578. *** Version 3.11 Released 2/14/94 ***
  579.  
  580. Bug Fixes:
  581.  
  582.   RomDoor:
  583.           Romdoor was having trouble reading in all the different
  584.           DOOR.SYS Drop files..
  585.                 i.e.    Had problems identifying COMM PORTS for SBBS
  586.                         Had problems with D/L's GAP, TRIBBS
  587.  
  588.         These Bugs are now fixed.
  589.         ROMDOOR V3.11 has been tested on  TRIBBS, SBBS, GAP, SPITFIRE
  590.         and RBBS (with a drop file converter)
  591.  
  592. Future Enhancements
  593.         We're currently working on having ROMDOOR make a "QWK" compatible
  594.         Drop file for other DOOR.SYS BBS's,
  595.         This will be used to write the SYSOP a message when a user
  596.         requests a Offline File and to send to a user when the
  597.         File request has been fullfilled
  598.