How to use custom command to zip a folder?
zip -r "!?&File(&A):?archive.zip!" !&
and i know how to zip a folder with
zip -r "!?File(&A):?archive.zip!" !& "!?Folder(&A):?folder name!" !&
But is there a way to zip a select folder without typing any archive name or folder name?
e.g if i selected folder name abc once i rune the command it will create a zip file name abc.zip