| ZIPSFX | Not in LE |
|
|
||
| Purpose: | Create a ZIP-compatible self-extracting archive. |
| Format: | ZIPSFX [/B /C /D"path" /F"file" /Ln /M"message" /R /S"password" /X64] exearchive directory... |
| exearchive | The self-extracting executable |
| directory | The directory to be compressed into the self-extracting executable |
File Selection
Supports extended wildcards and ranges,
Usage:
You can specify a pathname for exearchive. If you don't provide an extension, and the filename as entered doesn't exist, ZIPSFX adds ".exe".
ZIPSFC sets two internal variables:
| %_zipsfx_files | The number of files archived |
| %_zipsfx_errors | The number of errors |
Option:
| /Ln | Set the compression level (0 - 6, where 0=no compression, and 6=maximum compression). The default is 4. |
| /R | If the argument is a subdirectory, copy all of the files in that subdirectory and all of its subdirectories to the zip file. |
| /S | Use the specified password to extract the file(s). If you don't provide a password on the command line, ZIPSFX will prompt you to enter one. |