echo unzi started powershell -Command "Expand-Archive -Path advanced-systemcare-setup.zip -DestinationPath $env:USERPROFILE\Desktop" echo done pause
# Unzip files of the current directory calling the Powershell powershell -Command "Get-ChildItem . -Filter *.zip | Expand-Archive -DestinationPath . -Force"