Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Compress files powershell

#Ordner komprimieren
Compress-Archive

#Ordner dekomprimieren
Expand-Archive
	
Comment

Compress files powershell

Compress-Archive -Path (Join-Path $filesDir "*.*") -DestinationPath (Join-Path $outDir "Files_Compressed.zip")
Comment

how to compress files in powershell

Compress-Archive -Path C:Invoices* -Update -DestinationPath C:ArchivesInvoices
Comment

PREVIOUS NEXT
Code Example
Shell :: linux get uuid of disk 
Shell :: lost password gitlab 
Shell :: modifier un nom de branche git 
Shell :: run url in pip 
Shell :: ubuntu change primary group 
Shell :: copy file from ssh to local windows 
Shell :: find index of string in bash 
Shell :: react native cannot load 
Shell :: npm install react-navigation-stack 
Shell :: npm commands 
Shell :: $() vs () bash 
Shell :: bash if with function call 
Shell :: how to use yes command in linux 
Shell :: make new branch in git 
Shell :: create a batch file from batch file 
Shell :: how to access the local machine using WSL 
Shell :: docker remove 
Shell :: git go to commit id 
Shell :: install bottom navigation in native 
Shell :: apt package manager 
Shell :: scp command in unix 
Shell :: Move or change directory to specific location in Terminal 
Shell :: To add repo from github in linux 
Shell :: git the history 
Shell :: mac make bootable usb 
Shell :: how add ssh 
Shell :: do command in a command linux 
Shell :: cors package install npm 
Shell :: uninstall sharepoint online management shell version 
Shell :: repo tool depth 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =