Release: 1.1.7
[captive.git] / src / install / acquire / cabextract / cabextract.1
1 .TH CABEXTRACT 1 "August 2, 2001"
2 .SH NAME
3 cabextract \- program to extract files from Microsoft cabinet (.cab) archives
4 .SH SYNOPSIS
5 .B cabextract
6 .RB [ -v ]
7 .RB [ -h ]
8 .RB [ -l ]
9 .RB [ -q ]
10 .RB [ -L ]
11 .RB [ -f ]
12 .RB [ -d \fIdir\fP ]
13 .I " cabinet files" ...
14 .SH DESCRIPTION
15 .B cabextract
16 is a program that un-archives files in the
17 Microsoft cabinet file format (.cab) or any binary file which contains
18 an embedded cabinet file (frequently found in .exe files).
19 .PP
20 .B cabextract
21 will extract all files from all cabinet files specified on the command line
22 .PP
23 To extract a multi\-part cabinet consisting of several
24 files, only give the
25 .I first
26 file as an argument to
27 .B cabextract
28 as it will automatically look for the remaining files.
29 .SH OPTIONS
30 A summary of options is included below.
31 .TP
32 .B \-v
33 If given alone on the command line, prints the version of
34 .B cabextract
35 and exits. Given with a list of cabinet files, it will list the contents
36 of the cabinet files.
37 .TP
38 .B \-h
39 Prints a page of help and exits.
40 .TP
41 .B \-l
42 Lists the contents of the given cabinet files, rather than extracting them.
43 .TP
44 .B \-q
45 When extracting cabinet files, supresses all messages except errors and
46 warnings.
47 .TP
48 .B \-L
49 When extracting cabinet files, makes each extracted file's name lowercase.
50 .TP
51 .B \-f
52 When extracting cabinet files, will ignore corrupted MSZIP blocks. A warning
53 will be printed if a corrupted MSZIP block is encountered.
54 .TP
55 .B \-d \fIdir\fP
56 Extracts all files into the directory \fIdir\fP .
57 .SH AUTHOR
58 This manual page was written by Stuart Caie <kyzer@4u.net>, based on
59 the one written by Eric Sharkey <sharkey@debian.org>, for the Debian
60 GNU/Linux system.