Skip to content

twentyTwo/life-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

life-hacks

Extract all zip files from a folder to another folder in Windows

Get-ChildItem "SrcPath" -Filter *.zip | Expand-Archive -DestinationPath "DestinationPath" -Force

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published