Compress files powershell
Compress-Archive -Path C:\Reference -DestinationPath C:\Archives\Draft.zip$compress = @{
Path = "C:\Reference\Draftdoc.docx", "C:\Reference\Images\*.vsd"
CompressionLevel = "Fastest"
DestinationPath = "C:\Archives\Draft.Zip"
}
Compress-Archive @compressCompress-Archive -Path (Join-Path $filesDir "*.*") -DestinationPath (Join-Path $outDir "Files_Compressed.zip")#Ordner komprimieren
Compress-Archive
#Ordner dekomprimieren
Expand-Archive
Also in C++:
- get current commit message git
- command line size of directory
- github error “Commit your changes or stash them before you can merge”?
- git update to latest version mac
- install netbeans 8.2 ubuntu 20.04
- overwrite a file name character in linux
- adonis make migration
- what is my ip address ?
- mysql database drop
- install ext-intl php7.4 ubuntu
- change wallpaper command line linux
- git commit amend without changing message
- view lubuntu-desktop from another computer
- ubuntu black screen recording
- how to install paint.net on linux
- webull on arch linux
- shell mac move faster
- linux list user group
- This system is not registered with an entitlement server. You can use subscription-manager to register.
- how can I specific line in ubuntu?
- history delete
- git fetch rebase
- linux how to free memory
- uninstall react native package