Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Compress files powershell

Compress-Archive -Path (Join-Path $filesDir "*.*") -DestinationPath (Join-Path $outDir "Files_Compressed.zip")
 
PREVIOUS NEXT
Tagged: #Compress #files #powershell
ADD COMMENT
Topic
Name
3+2 =