https://github.com/tester1010101/massunzip
👷 Mass Folder Unzipper — Unzips all .zips in the target folder, can save extraction process to a .txt file, useful for unzipping multiple folders, without user interaction. 🏗️
https://github.com/tester1010101/massunzip
bulk extract folder zip
Last synced: about 1 year ago
JSON representation
👷 Mass Folder Unzipper — Unzips all .zips in the target folder, can save extraction process to a .txt file, useful for unzipping multiple folders, without user interaction. 🏗️
- Host: GitHub
- URL: https://github.com/tester1010101/massunzip
- Owner: tester1010101
- Created: 2022-01-06T16:26:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T21:12:01.000Z (over 3 years ago)
- Last Synced: 2025-05-19T00:16:33.123Z (about 1 year ago)
- Topics: bulk, extract, folder, zip
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MassUnzip (v1.2) :construction_worker: :building_construction:
* :bricks: Unzip all .zips of the target location.
* :wood: Prompts user to confirm the unzip process, for "overwriting" purposes.
* :construction: ADVICE: Place all your zips to unzip into a special folder and point to this folder, less "overwrite" problems.
## Instructions (PowerShell Terminal):
1) Run the Script.ps1

2) Paste the target folder path (e.g; \[F:\ToUnZip] -> F:\ToUnZip\\\*.zips)

3) All .zip files (not sub-folders) will get unzipped (expanded).
4) Values can be saved to a \[.txt] at %USERPROFILE%\0xFF\MassUnzip\*
5) Prompts user to confirm \[YES] or \[NO] to cancel the unzip process.


6) Prompts user to verify/adjust if the files are OK.