How to Extract Files for Windows 98 in MSDOS

To extract files from WINDOWS 98 cab files type the following (we will assume D is the CD-ROM)

EXTRACT /A D:\WIN98\WIN98_22.CAB <filename> /L C:\<path>

For Example to extract Explorer.exe to the windows directory type:

EXTRACT /A D:\WIN98\WIN98_22.CAB explorer.exe /L C:\windows