Command: 7zdec
7zdec is a decoder (unzipper) for the 7z zip format.
Syntax:
7zDec <command> <archive_name>
Command:
e: Extract files from archive (without using directory names)
l: List contents of archive
t: Test integrity of archive
x: eXtract files with full paths
Comments:
To zip files in 7z format please use p7zip
Examples:
7zdec l C:\file.7z Lists content of 7z file.
7zdec t C:\file.7z Tests the integrity of the archive.
7zdec e C:\file.7z Extracts files from archive (without using
directory names).
7zdec x C:\file.7z Extracts files with full paths.
See also:
arj
bzip2
cabext
gzip
lpq1
lzip
lzma
lzop
p7zip
slicer
tar
unzip
zip
zoo
Copyright © 2017 Igor Pavlov, help version 2023 W. Spiegl.
This file is derived from the FreeDOS Spec Command HOWTO.
See the file H2Cpying for copying conditions.