“CMD Unzip Windows” Réponses codées

Comment décompresser un fichier à l'aide du CMD?

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

CMD Unzip Windows

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

Réponses similaires à “CMD Unzip Windows”

Questions similaires à “CMD Unzip Windows”

Plus de réponses similaires à “CMD Unzip Windows” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code