title: Powershell Zip and Unzip h1: ```powershell Compress-Archive -TargetPath x.zip -Path a/ b/ ... Expand-Archive x.zip ```