Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cmd unzip windows

# Unzip files of the current directory calling the Powershell
powershell -Command "Get-ChildItem . -Filter *.zip | Expand-Archive -DestinationPath . -Force"
 
PREVIOUS NEXT
Tagged: #cmd #unzip #windows
ADD COMMENT
Topic
Name
8+9 =