“CMD Unzip Windows” Kod odpowiedzi

Jak rozpakować plik za pomocą 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

Odpowiedzi podobne do “CMD Unzip Windows”

Pytania podobne do “CMD Unzip Windows”

Więcej pokrewnych odpowiedzi na “CMD Unzip Windows” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu