MathiasMagnus / Expand-WebArchive

Utility script that downloads archives from the web and uncompresses them without side-effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand-WebArchive

A simple cmdlet that allows to expand downloaded ZIP archives (or anything the built-in Expand-Archive cmdlet understands) without leaving the archive behind.

Example usage:

Expand-WebArchive -Uri https://cmake.org/files/v3.10/cmake-3.10.0-win64-x64.zip -DestinationPath ~/Downloads/Kitware/CMake

About

Utility script that downloads archives from the web and uncompresses them without side-effects.


Languages

Language:PowerShell 100.0%