I've been asked to try this with loops and all kinds of work-arounds but it should be much more simple. If I want to zip a group of files that fit a file filter there should be an easy way to use the existing filename.
If the file filter shows:
file1.txt
file2.txt
file3.txt
I should be able to provide the archive path of: \\share\folder\*filename*.zip and have the following output:
file1.zip
file2.zip
file3.zip