Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell unzip multiple files

Get-ChildItem 'zipped path here' -Filter *.zip | Expand-Archive -DestinationPath 'path to extracted here' -Force
 
PREVIOUS NEXT
Tagged: #powershell #unzip #multiple #files
ADD COMMENT
Topic
Name
5+8 =