i'm using GnuWin32's bsdtar, to extract it's simple:
bsdtar xvf c:\test.zip -C c:\temp\
but i failed to create zip files. I tried
bsdtar -cf test.zip a.csv b.csv
but the generated file couldn't be opened by winzip.
what's the correct way to generate zip file in command line?