This archive contains xzdec and lzmadec programs from XZ Utils. The binaries
are under Public Domain license as they have not been linked with the
getopt_long code included with XZ Utils.
http://tukaani.org/xz/
Installation:
Copy the xzdec and lzmadec files somewhere that's in the command path, like
SYS:C f.e..
Usage:
xzdec file.xz >file.unpacked
lzmadec file.lzma >file.unpacked
For more information on commandline options use the '-h' switch and/or consult
the xzdec.guide file in the archive.
| |