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
it doesn't. Why?Code:Shell "'C:\Program Files\WinZip\WZZIP.EXE'" & "-a zippy @listfile.txt"





Reply With Quote