Logo by Browallia (anonymous IP: 3.145.78.117,0) | ||||||||||||
| ||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] Cabextract is a program to extract Microsoft Cabinet files. It is free software with ABSOLUTELY NO WARRANTY. Cabinet (.CAB) files are a form of archive, which Microsoft use to distribute their software, and things like Windows Font Packs. The cabextract program unpacks these files. For more information, see https://www.cabextract.org.uk/ or run the command 'cabextract --help'. Example usage: Extracting files from a cabinet file: $ cabextract wibble.cab Extracting files from an executable which contains a cabinet file: $ cabextract wibble.exe [cabextract will automatically search executables for embedded cabinets] Extracting files from a set of cabinet files; wib01.cab, wib02.cab, ...: $ cabextract wib01.cab [cabextract will automatically get the names of the other files] Extracting files to a directory of your choice (in this case, 'boogie'): $ cabextract -d boogie wibble.cab [cabextract will create the directory if it does not already exist] Listing files from a cabinet file: $ cabextract -l wibble.cab Testing the integrity of a cabinet file, without extracting it: $ cabextract -t wibble.cab |
Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |