Hi,
Currently my default ZIP option is best for general use. But I want to make a button to archive selected files with level compression=Store.
ex:
@nodeselect
@nofilenamequoting
@runonce:@set destfld={dlgchoose|where?|Here={sourcepath}+Destination={destpath}+Parent={filepath$|..\..}}
Copy ARCHIVE=single TO "{$destfld}" LEVELCOMPRESSION=store
Currently, I can't find an easy way to do this without using an external command tool as 7Zip in the button.
Would be great that it works with other format than zip (7z, tgz).