diff options
Diffstat (limited to 'archivers/cabextract/pkg/DESCR')
-rw-r--r-- | archivers/cabextract/pkg/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/cabextract/pkg/DESCR b/archivers/cabextract/pkg/DESCR new file mode 100644 index 00000000000..a64dd0868c3 --- /dev/null +++ b/archivers/cabextract/pkg/DESCR @@ -0,0 +1,10 @@ +cabextract is a program that un-archives files in the Microsoft +cabinet file format (.cab) or any binary file which contains an +embedded cabinet file (frequently found in .exe files). + +cabextract will extract all files from all cabinet files specified on +the command line + +To extract a multi-part cabinet consisting of several files, only give +the first file as an argument to cabextract as it will automatically +look for the remaining files. |