Answers for "powershell unzip multiple files"

0

powershell unzip multiple files

Get-ChildItem 'zipped path here' -Filter *.zip | Expand-Archive -DestinationPath 'path to extracted here' -Force
Posted by: Guest on September-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language