I'm using the following winrar command line to create zip archives rar.exe a -df -ep -ag[yyyyMMddhhmmss] -ms[txt] C:\MyZipFile.zip C:\tmp\MyFiles*.txt The archives created are in RAR format instead of ZIP. Is there a way to create regular ZIP and not RAR archives?
A:
You should use option -afzip
is to create archive files in ZIP format.
codaddict
2010-09-30 08:05:30
It didn't work. Actually there is no -af parameter available and is giving me: ERROR: Unknown option: afzip
Frangiskos
2010-10-01 00:42:58