Analada Posted July 10, 2007 Posted July 10, 2007 Extract a cab file from your windows 98 CD in no time flat, simply by typing "cabx <filename>.<extension>". The full method is here:http://personal-computer-tutor.com/abc1/v6/vic6.htmIf you don't want to read all the blurb. Copy and paste the following. Substitute your own cd/dvd drive letter and save as cabx.bat:@echo offREM *****MAKE SURE WIN98CD CD IS IN DRIVE G*****if "%1"=="" goto errorCLSfor %%i in (G:\Win98\*.CAB) do extract %%i %1ECHO.IF EXIST %1 ECHO %1 successfully extracted.IF NOT EXIST %1 ECHO %1 not foundgoto end:errorecho.echo Syntax: CabX file-to-extractecho Example: CabX Control.exeecho.:endThis will also work for win95 or win ME. Just change win98 above into what is appropriate.
erpdude8 Posted July 11, 2007 Posted July 11, 2007 (edited) very good, though it would be better to store all the 98 setup files on the HDD so that Win98 won't ask for the CD when adding windows features or when installing new hardware Edited July 11, 2007 by erpdude8
soporific Posted July 13, 2007 Posted July 13, 2007 very good, though it would be better to store all the 98 setup files on the HDD so that Win98 won't ask for the CD when adding windows features or when installing new hardwareThat's irregardless of what he's showing us to do ... when you try to extract a CAB file using a zipper program (eg 7-Zip etc) it extracts the files from EVERY single CAB file in the chain. So i'm assuming this is a method for just extracting th files from ONE cab file. VERY useful ...Or i could be wrong ...
Arminius Posted October 19, 2009 Posted October 19, 2009 That's irregardless of what he's showing us to do ... when you try to extract a CAB file using a zipper program (eg 7-Zip etc) it extracts the files from EVERY single CAB file in the chain. So i'm assuming this is a method for just extracting th files from ONE cab file. VERY useful ...WinRAR also insists on extracing every file in the chain. For me the easiest way I have found to extract the contents of CAB files is to use Winzip. Winzip extracts only the contents of the CAB file I am trying to open. If the head end of a file starts in one CAB but continues on into the next CAB Winzip will extract that file as well. If the next CAB in the chain is not present in the same folder Winzip will ask for it.Winzip ignores files that have their head end in the previous CAB but have their tail end in the CAB I am extracting.I still use Winzip 8.1 and I know Winzip 9.0 works the same way. I haven't tried any of the later versions, I think they dropped support for Win9x.(I have been reading through a lot of old posts so bear with me.)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now