Description:

Several old floppy based game installers had additional protection around the installer function
pertaining to using the correct label on the actual disk in order for the install to proceed. It
presents an issue for virtualized environments like DB because the label function is done in the
configuration prior to starting the installer. Changing those parameters means knowing the exact
settings per each directory that someone starts DB in. This program helps to make a single label
change so the user does not need that expertise and to consolidate the few games set up like it!

Useage:

The program will work in DOS or DOSBox and has this basic setup requirement.

 -- ASET.EXE (program assistant for DOS)
 -- LABELFIX.BAT (main program)
 ---- GAMEINSTALLDIR (8.3 directory of installation content)
 ---- GAMEINSTALLDIR\INSTALLER (installation program for game)

Call the program from the command line or another script with the specific game requirement

LABELFIX.BAT GAMEINSTALLDIR INSTALLER LABEL_TO_USE

Notes:

Some game installations may need to be patched if there are plural options.

i.e. - GAMEDISK #1 ; GAMEDISK #2 ; etc.

Since all game content gets piled together, the label would have to be fixed to GAMEDISK #1 only
so the installer does not hang on the next label. This program does not aid in the discovery of
the actual label required.


Versions:

2020-06-20 Fix for DB 74.3 mount command output and bug
