“CMD Windows Unzip” Respostas de código

Como descompactar um arquivo usando o CMD?

echo unzi started
powershell -Command "Expand-Archive -Path advanced-systemcare-setup.zip -DestinationPath $env:USERPROFILE\Desktop"
echo done
pause
Restu Wahyu Saputra

CMD Windows Unzip

# Unzip files of the current directory calling the Powershell
powershell -Command "Get-ChildItem . -Filter *.zip | Expand-Archive -DestinationPath . -Force"
Cheerful Chipmunk

Respostas semelhantes a “CMD Windows Unzip”

Perguntas semelhantes a “CMD Windows Unzip”

Mais respostas relacionadas para “CMD Windows Unzip” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código