Compress files using PowerShell

Ready-made snippets of menu items you can quickly insert into your config file.


Post Reply
User avatar
moudey
Posts: 10
Joined: Mon Jan 15, 2024 8:34 pm

Compress files using PowerShell

Post 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')
Post Reply