98 lines
2.1 KiB
Groff
98 lines
2.1 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.TH ISEXTRACT 1 "2020-04-29" "20141107_5adb0af" "SlackBuilds.org"
|
|
.SH NAME
|
|
isextract \- Extract InstallShield v3 archives
|
|
.
|
|
.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
|
|
..
|
|
.\" RST source for isextract(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py isextract.rst > isextract.1
|
|
.
|
|
.\" rst2man.py comes from the SBo development/docutils package.
|
|
.
|
|
.\" converting from pod:
|
|
.
|
|
.\" s/B<\([^>]*\)>/**\1**/g
|
|
.
|
|
.\" s/I<\([^>]*\)>/*\1*/g
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
isextract [\fIl|x\fP] file.z
|
|
.SH DESCRIPTION
|
|
.sp
|
|
isextract is a command line tool to extract the .z InstallShield v3
|
|
packages many old windows games were distributed as.
|
|
.sp
|
|
The files isextract supports normally have a \fB\&.z\fP extension, and can be
|
|
idenfified by the file 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
|
|
.sp
|
|
\fBl\fP List contents of archive.
|
|
.sp
|
|
\fBx\fP Extract archive to current directory.
|
|
.SH COPYRIGHT
|
|
.sp
|
|
See the file /usr/doc/PRGNAM\-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
|
|
unshield(1), cabextract(1)
|
|
.\" Generated by docutils manpage writer.
|
|
.
|