Let's say I have this folder/archive structure:
Code: Select all
Main folder\Subfolder1\SubfolderA\archive_name.zip
Main folder\Subfolder2\another_archive.zip
Main folder Subfolder3\SubfolderB\third_archive.zip
How can I unpack all archives at once so that files are in their original folders? Like this:
Code: Select all
Main folder\Subfolder1\SubfolderA\files and folders from archive_name.zip
Main folder\Subfolder2\files and folders from another_archive.zip
Main folder Subfolder3\SubfolderB\files and folders from third_archive.zip
Dialog box: Unpack
Unpack n file(s) to: Enter the target path where you want to place the selected files. As a default, the path of the target directory is given. However, you can enter any valid path name. If you leave this field empty, the files will be unpacked to the directory of the archive.
However, in this example, when I leave Unpack n file(s) to: field empty, all files and folders are unpacked to Main folder, not "to the directory of the archive."