Short:        Install Drives with BootBlock from File
Author:       dingler@ivs.wi.ba-ravensburg.de (Wolfgang Dingler)
Uploader:     dingler ivs wi ba-ravensburg de (Georg Dingler)
Type:         util/misc
Architecture: m68k-amigaos

 InstallBBFromFile is a little ShellCommand with which a BootBlock
 that was saved in a File can be written to several Drives in one step.
 
 USAGE : InstallBBFromFile [r] DFa[,DFb,DFc,DFd] <BB_File>
 
         The CommandLine must be in that format, always
         at least one blank or exactly one comma.
         Start from Workbench is not possible. 
 
 [r] : this is optional ; if it is set, a WorkBenchRequester
       will appear which asks if the Drives really should be
       installed ; without that option the BootBlock is written
       to the Drives immediately after start 
       (must be lowercase)
       
 DFa[,....] : max. 4 Drives (at least one) to which the BootBlock
              is written if a Disk is inserted (the old Bootblock 
              is overwritten !) ; case insensitive    

 <BB_File>  : Filename (optional with path) of the File where the
              BootBlock to be installed was saved (the first 1024 Bytes
              are considered as BootBlock, the checksum must already be
              correct !) ; default directory is the directory from which
              was started 
              
             example :  InstallBBFile r DF2,DF0,DF1 ram:BB_Dat

             A BootBlock that was saved in the File RAM:BB_Dat is installed
             to the Disks in DF0,DF1 and DF2 after the Requester has been
             answered.

 --------------------------------------------

  Freeware.  Requires KickOS 2.04 or higher.

  Use of all programs in the instBBFile-Archive is at one`s own risk.
