Command UNZIP (External)
Function:
Extract files contained in a .ZIP archive.
Syntax:
UNZIP source.zip [destination] [/E] [/T] [/V] [/X]
source.zip Specifies the archive file name. destination Specifies the directory to place the extracted file(s) in. When a destination sub-directory is not specified then the current directory is used. /E Extract file(s), ignoring paths. /T Test contents of archive. /V Show version information. /X Extract file(s), recreating the directory structure. This is the default.
Note:
Command UNZIP extracts all files from the specified archive.
When the destination sub-directory does not exist, it is created.
Also see command ARCH.
