Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to unzip a file using the cmd?

echo unzi started
powershell -Command "Expand-Archive -Path advanced-systemcare-setup.zip -DestinationPath $env:USERPROFILEDesktop"
echo done
pause
Comment

cmd unzip windows

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

PREVIOUS NEXT
Code Example
Shell :: execute command remotely by ssh 
Shell :: aws extend volume ubuntu 
Shell :: powershell count lines of code 
Shell :: configuring git ssh keys 
Shell :: git remove file from tracking without deleting 
Shell :: homebrew not in path on ubuntu 
Shell :: download a zip file using curl 
Shell :: reload fstab 
Shell :: certbot nginx certonly 
Shell :: git reset remote 
Shell :: download brew 
Shell :: brew install macos 
Shell :: ubuntu all installed services 
Shell :: git push in a new branch 
Shell :: how to check if mongodb is installed 
Shell :: install powershell on windows 
Shell :: how to deactivate conda/Anaconda environment 
Shell :: run application as administrator with powershell 
Shell :: duplicate clone remote branch locally git 
Shell :: ssh rsa pub to pem 
Shell :: wine telecharger linux 
Shell :: revert last merge git 
Shell :: linux how to free memory 
Shell :: random color npm 
Shell :: kill python 
Shell :: python not found. install python-is-python3 
Shell :: use latex in github readme 
Shell :: ssh-copy powershell 
Shell :: linux find all files name containing string 
Shell :: github command 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =