For example, if I want a user defined command that adds a selected file or folder to a PeaZip archive, I can do:
"C:\(whatever)\PeaZip\peazip.exe" -add2folder "${focusfilepath}"
...and this works great when there's only a single file or folder selected, but with multiple files/folders selected, this does not work. For example, if I select A.txt, B.txt and C.txt and run the command, it will only add A.txt to the archive. Is there something outside of MultiScript that works for multiple selected files/folders that I'm just not seeing, or do I need to use MultiScript for this?