You can use DOSBox to manually extract this Aptiva
Product Recovery CD.
First: you will need to mount the image in DOSBox.
if you mount the disc to a drive other then D:
remember to edit the below batch file to reflect
the correct mounted drive letter
Second: run MAKEDIRS.BAT to create the directory
structure.
Third: run PKUNZIP.EXE (16 bit DOS app) to extract
the files from the disc.
Size of extracted files 521 MB (546,476,598 bytes)
Size of extracted files on disk 533 MB (559,243,264 bytes)
you can create a batch file to run in DODBox by
cutting/pasting the text between the dotted lines below
into a text file named
extract.bat
and running it from the DOSBox command line
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
D:\RECOVERY\US\MAKEDIRS.BAT
pause
D:\RECOVERY\US\PKUNZIP.EXE -smagic -$ -d -JHSR -o D:\RECOVERY\US\APTIVA*.ZIP C:\
_._._._._._._._._._._._._._._._._._._._._._._._._._._._
meaning of PKUNZIP.EXE switches used
-smagic = PKUNZIP.EXE password
-$ = Restore volume label on destination drive
-d = restore/create Directory structure stored in .ZIP file
-JHSR = mask/don't mask Hidden/System/Readonly files
-o = Overwrite previousy existing files
APTIVA*.ZIP = File to unzip