summaryrefslogtreecommitdiffstats
path: root/system/isextract/isextract.1
blob: 3886f5742a9fbbcc83684b800b05c90575d0e2d0 (plain)
.\" Man page generated from reStructuredText.
.
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ISEXTRACT" 1 "2022-01-12" "20141107_5adb0af" "SlackBuilds.org"
.SH NAME
isextract \- Extract InstallShield v3 archives
.\" RST source for isextract(1) man page. Convert with:
.
.\" rst2man.py isextract.rst > isextract.1
.
.\" rst2man.py comes from the SBo development/docutils package.
.
.SH SYNOPSIS
.sp
isextract [\fIl\fP] \fIfile.z\fP
.sp
isextract [\fIx\fP] \fIfile.z\fP [\fIoutput\-dir\fP]
.SH DESCRIPTION
.sp
\fBisextract\fP is a command line tool to extract the .Z InstallShield v3
packages many old windows games were distributed as.
.sp
The files \fBisextract\fP supports normally have a \fB\&.Z\fP extension, and can be
idenfified by the \fBfile\fP(1) command:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
$ file data.z
data.z: InstallShield Z archive Data
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
\&...or by the hex signature at the start of the file:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
$ head \-c6 data.z | xxd
00000000: 135d 658c 3a01                           .]e.:.
.ft P
.fi
.UNINDENT
.UNINDENT
.SH OPTIONS
.INDENT 0.0
.TP
.B \fBl\fP
List contents of archive.
.TP
.B \fBx\fP
Extract archive. If an \fIoutput\-dir\fP is given, extracted files will be written
there (the \fIoutput\-dir\fP must already exist). Without \fIoutput\-dir\fP, the current
directory is used.
.UNINDENT
.sp
If \fBfile\fP says "compress\(aqd data" or similar, your file isn\(aqt an
InstallShield archive; it\(aqs compressed with the old UNIX compress
command, and can be extracted with \fBuncompress\fP(1) or \fBgzip\fP(1).
.sp
When extracting, \fBisextract\fP \fIDOES NOT\fP preserve the directory structure
inside the archive. All files are written to the same directory. If you
need the directories, use \fBunshieldv3\fP instead.
.SH COPYRIGHT
.sp
See the file /usr/doc/isextract\-20141107_5adb0af/LICENSE for license information.
.SH AUTHORS
.sp
isextract was written by OmniBlade.
.sp
This man page written for the SlackBuilds.org project
by B. Watson, and is licensed under the WTFPL.
.SH SEE ALSO
.sp
\fBunshieldv3\fP(1), \fBunshield\fP(1), \fBcabextract\fP(1)
.\" Generated by docutils manpage writer.
.