Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 669 Bytes

File metadata and controls

12 lines (7 loc) · 669 Bytes

unpack: Simple Windows command line tool for unpacking files

Given a parent directory with subdirectories, this tool will extract all files from the subdirectories into the parent directory.

Usage

Download this repo using git clone or GitHub. Navigate to the download folder in PowerShell and run the following command: .\unpack.ps1 -path [parent_path]

Alternatively, you can specify the path during runtime by simply running .\unpack.ps1.

Note that you may have to adjust your execution policy to run this tool. See here.