Slide 14 of 57
Notes:
/TRANSLATE_EOL can be used to tell Zip how to store the end-of-line for ASCII files when the .ZIP archive is intended for use on non-VMS systems.
The LF keyword causes Zip to store the end-of-line as a <CR><LF> (carriage-return, line-feed) pair. (DOS format)
The CRLF keyword causes Zip to store the end-of-line as a <LF> (line-feed). (UN*X format)
/UNSFX can be used to strip a self-extract stub or other pre-pended data off of an archive (archive_name.EXE).