Page 1 of 1

Compress files using PowerShell

Posted: Mon Jan 22, 2024 5:16 pm
by moudey

Compress files using PowerShell Compress-Archive and assign a random name to the final file

item(title='Compress to ZIP'
	mode="multiple"
	image=[\uE0AA,#f88]
    cmd="powershell.exe"
    args='-Command Compress-Archive -Path @sel(2,",") -DestinationPath @str.guid')