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 :: how to run .rpm file in linux 
Shell :: curl check response headers 
Shell :: how to install image app in linux using terminal 
Shell :: sudo rmdir recursive 
Shell :: pip freeze for only project requires 
Shell :: error: src refspec master does not match any 
Shell :: installing node in ubuntu 
Shell :: How do I undo the most recent local commits in Git? 
Shell :: using npm and yarn together 
Shell :: Virtual Camera Support for linux 
Shell :: use file connect ssh 
Shell :: your repository has no remotes configured to push to 
Shell :: pull unmerged branch 
Shell :: how to logout from github desktop 
Shell :: find ip curl 
Shell :: bash variable execute 
Shell :: how to get token of a raw github file 
Shell :: best code editor 
Shell :: install brew mac 
Shell :: error when i install sass 
Shell :: lxml parser 
Shell :: ubuntu delete folder 
Shell :: docker build from github repository 
Shell :: bash get absolute path 
Shell :: ssh kali linux command 
Shell :: install nmap 
Shell :: how to create docker secret in kubernetes 
Shell :: rails how to use joins 
Shell :: download clamav via terminal 
Shell :: how to solve the brightness problem on unbuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =