Making a DOS .ZIP Archive
$ ZIP/LEVEL=9/PKZIP/TRANSLATE=LF -
$ ZIP -9kl archive_name filespec
Use this for ASCII files ONLY!
Binary files (.ZIP, .EXE, etc.) will get scrambled!
Notes:
To make a .ZIP archive for use on DOS or Windows, use the /PKZIP qualifier.
For ASCII (text) files (ONLY!), use the /TRANSLATE_EOL qualifier with the LF value. This will cause records in RMS files to be terminated with <CR><LF> pairs within the archive.
Binary files will be rendered useless under these conditions.