ADDTOZIP without option box

I'd like to know how to create a button/command for different "ADDTOZIP" settings without entering the window.
This is what I have right now:

Copy ADDTOZIP {sourcepath} TO= {sourcepath}

It takes the selected files and opens the Zip-screen.
What I'd like to do is set the settings in the zip-screen in there, so I can have one button that has the Lowest compression level, and one button for the highest.

Is this possible?

Just use Copy ZIP HERE

I don't think there is a way to specify the compression level in the command. If the Add-To-Zip dialog isn't shown then the default compression level from Preferences will be used.

Okay, well is there a way to set it to "not" show? i.e. use defaults? I can't see any compression level settings in the Preferences screen, but I can set the defaults in the window and use them the next time.

Copy ZIP HERE won't show the add-to-zip dialog; it'll just create the zip file.

That's the main difference between the ZIP and ADDTOZIP arguments.

Ah! Great! Now I noticed the difference! Thanks a lot!