Skip to content

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

Notifications You must be signed in to change notification settings

MathiasMagnus/Expand-WebArchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published