home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bootr03.zip / BOOTR.REV < prev    next >
Text File  |  1993-02-20  |  3KB  |  86 lines

  1.                           BOOT'R Revision History
  2.  
  3. 02-20-93 ■ Version 0.3ß
  4.  
  5.            . Changed the way BOOT'R reads configuration information.
  6.              Instead of reading through all the configurations in the
  7.              BOOTR.INI file, separate .INI files are now maintained 
  8.              for each configuration.  This speeds up the operation of
  9.              BOOT'R substantially.
  10.            
  11.            . Added BOOT'R command line display area to error message
  12.              screens.  Command line is displayed only on those screens
  13.              where it is relevant.
  14.            
  15.            . Added code to display error message if configuration           
  16.              specified on the command line does not exist.  BOOT'R
  17.              will not reboot the machine under this circumstance.
  18.  
  19.            . Modified command line display area on the prelog screen 
  20.              to only show "BOOTR" instead of the fully qualified path.
  21.           
  22.  
  23. 02-14-93 ■ Version 0.2ß
  24.  
  25.            . Added code to create .BAK files for all configuration
  26.              files modified by BOOT'R.  .BAK files are created in 
  27.              the same directory as the modified files.
  28.  
  29.  
  30. 02-07-93 ■ Version 0.1ß
  31.  
  32.            . Changed default BOOT'R path to C:\BOOTR.
  33.  
  34.            . Added external BOOTRWBT.COM file to perform a warm boot.
  35.              (Internal compiler command was generating a cold boot on
  36.              most machines, which was too slow.)
  37.  
  38.            . Speeded up the reading of the BOOTR.INI file.
  39.  
  40.            . Corrected a problem where BOOT'R would read additional
  41.              information from the BOOTR.INI file and overwrite 
  42.              existing configuration information.
  43.            
  44.            . Added "Writing configuration files.  Do NOT interrupt!"
  45.              message.
  46.            
  47.            . Added "Reading BOOTR.INI file.  Do NOT interrupt!" message.
  48.  
  49.            . Removed extra information from BOOT'R prelog screen to
  50.              prevent any possible memory manager conflicts.
  51.  
  52.            . Added support to test BOOT'R operation without rebooting.
  53.              If the second passed parameter on the command line is TEST, 
  54.              BOOT'R will update all files, but will not reboot the 
  55.              machine.  Example:  BOOTR NOVELL TEST
  56.  
  57. 01-26-93 ■ Version 0.0ß
  58.            
  59.            . Added background to error message screens.
  60.  
  61.            . Fixed problem where [REBOOT] section code was reading
  62.              a blank line.
  63.            
  64.            . Added [REBOOT] section to BOOTR.INI file.  This section
  65.              allows a command or sequence of commands to be executed
  66.              prior to rebooting the machine.  This feature is 
  67.              necessary to force the flushing and disabling of disk
  68.              caches that use write-caching.
  69.            
  70.            . Added help and error message screens.
  71.            
  72.            . Added support for up to five different files under           
  73.              each configuration.
  74.  
  75.            . Added support to read various [????????] configuration
  76.              sections of the BOOTR.INI file.
  77.            
  78.            . Added [DELAYS] section to BOOTR.INI file.
  79.            
  80.            . Added [REGISTRATION] section to BOOTR.INI file.
  81.            
  82.            . Added support to read BOOTR.INI file.
  83.  
  84.            . Initial coding on BOOT'R begun.
  85.  
  86.