I have the Beta of the Winzip Command Line thingy. My question is this...

If I type the following in the in Start,Run

"C:\Program Files\WinZip\WZZIP.EXE" -a zippy @listfile.txt

it works BUT when I try to 'shell' it from vb with

Code:
Shell "'C:\Program Files\WinZip\WZZIP.EXE'" & "-a zippy @listfile.txt"
it doesn't. Why?