How to Extract Files for Windows 95 in MSDOS

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

EXTRACT /A D:\WIN95\WIN95_02.CAB <filename> /L C:\<path>

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

EXTRACT /A D:\WIN95\WIN95_02.CAB explorer.exe /L C:\windows

If successful you will get the message that 1 file is extracted