

Introduction
This script contains the most commonly used 7-Zip commands, normally found in the right-click menu after installation. The only difference is that they've been re-written to be used portably by XY, so no relying on the host to have 7z options in their registry. In addition, there are a few other unique commands that integrate nicely with an XY workflow...
Code: Select all
Extract to "*\": Extract each selected archive into its own folder
Extract here: Extract each selected archive into the current folder
-
Extract to "*\" in other pane: Extract each selected archive into its own folder in the inactive pane
Extract to other pane: Extract each selected archive into the inactive pane
-
Extract to "*\" in real folder: Extract each selected archive into its own folder relative to the archive's absolute path, useful when searching across a tree structure for archives located in various folders
Extract to real folder: Extract each selected archive into the same folder as the archive's absolute path, useful when searching across a tree structure for archives located in various folders
-
Create .7z(s): Quickly create a separate .7z for each selected list item
Create .zip(s): Quickly create a separate .zip for each selected list item
Create .cbz(s): Quickly create a separate .cbz for each selected list item
-
Add to Archive...: Create a single archive out of the selected list item(s) using the full GUI options
Here's the link to the documentation if you'd like to add your own functionality.
Installation
- Download and extract the attached archive.
- Move the folder '7-ZipXY' to your
<xyscripts>folder, or anywhere else on your system. - Load the script using your preferred approach (Toolbar, hotkey, from another script, etc)
Command =::Load "<xyscripts>\7-ZipXY\7-ZipXY.xys";
XYplorer Beta Club