An open API service indexing awesome lists of open source software.

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. 🏗️

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

![image](https://user-images.githubusercontent.com/91343617/148418551-e5ebb252-6661-4beb-ac59-95a7a42fffca.png)

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

![image](https://user-images.githubusercontent.com/91343617/148418914-408ba300-56db-4484-92ba-e287e1a8acce.png)

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.

![image](https://user-images.githubusercontent.com/91343617/148419435-79cd5d8b-c3fc-4864-815d-8d7419cd9e11.png)

![image](https://user-images.githubusercontent.com/91343617/148423734-a2edcbb2-4f78-42f9-a093-ec3489a37a40.png)

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