I need to zip and unzip files behind the scenes of a program and can't have the added bulk of a .dll.

I tried

Call Shell(Environ("ComSpec") & "/c pkunzip C:\trial1.zip

and it told me that the file could not be found despite it being a valid file location. What else can I try??? Thank you all...