“CMD Unzip Windows” Ответ

Как разкапливаться файлом с помощью 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

Ответы похожие на “CMD Unzip Windows”

Вопросы похожие на “CMD Unzip Windows”

Больше похожих ответов на “CMD Unzip Windows” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования