Extract.exe: Extract CabinetNEW


This command-line tool extracts individual files from compressed cabinet (.cab) files. Using cabinet files is a highly efficient method of compression and distribution that has been used by Microsoft for many years. It is now available to anyone who needs to compress and distribute multiple files.

The cabinet file format is a non-proprietary format based on Lempel-Ziv compression. At the heart of this format is the MakeCAB compression tool, a loss-less data compression tool included with Windows 2000 that provides efficient compression for setup programs and Internet applications alike. With MakeCAB, you can store multiple files in a single cabinet file and carry compression across files.

 

note-icon

Note

Windows 2000, and Windows 98 with Microsoft Internet Explorer version 4 and later enable you to view and extract files from .cab files with Windows Explorer. Extract, though, is still useful for working with .cab files from the command line.

Extract Topics

Files Required