Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell zip

# Create a zip file with the contents of C:Stuff
Compress-Archive -Path C:Stuff -DestinationPath archive.zip

# Add more files to the zip file
# (Existing files in the zip file with the same name are replaced)
Compress-Archive -Path C:OtherStuff*.txt -Update -DestinationPath archive.zip

# Extract the zip file to C:Destination
Expand-Archive -Path archive.zip -DestinationPath C:Destination
Comment

PREVIOUS NEXT
Code Example
Shell :: anaconda opencv install 
Shell :: enabling ufw 
Shell :: nvm ubuntu 
Shell :: apache restart 
Shell :: find my ip mac terminal 
Shell :: manjaro clean up disk space 
Shell :: find the parent branch of a git branch 
Shell :: npm install --global yarn 
Shell :: install beautifulsoup windows 
Shell :: Please install all available updates for your release before upgrading. 
Shell :: rename computer ubuntu 20.04 
Shell :: remove git repository windows 
Shell :: Could not install packages due to an OSError: [WinError 5] Access is denied: 
Shell :: shutdown pc in 10 minutes 
Shell :: uninstall opencv on anaconda ubuntu 
Shell :: check ffmpeg version command 
Shell :: how to check if solidity is installed 
Shell :: shutdown wsl 
Shell :: Xcode is not installed or not configured properly. Download, install, set it up and run this script again 
Shell :: show linux distro 
Shell :: remote origin already exist error 
Shell :: install google chrome linux 
Shell :: git asking for password every time 
Shell :: To check the WSL version installed on Windows 10 or 11 
Shell :: nvm install lts 
Shell :: clear swap memory linux 
Shell :: install aws cli 2 yum 
Shell :: remmina ubuntu 
Shell :: install pyzbar on linux 
Shell :: install teamviewer ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =