ZIPSFX |
Purpose: | Create a ZIP-compatible self-extracting archive |
Format: | ZIPSFX [/A /B /C /D"path" /F"file" /I /Ln /M"message" /N /P"xxx" /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".
ZIPSFX sets two internal variables:
%_zipsfx_files | The number of files archived |
%_zipsfx_errors | The number of errors |
Options:
/Ln | Set the compression level (0 - 6, where 0=no compression, and 6=maximum compression). The default is 4. |
/N | Silent installation - hide the extraction progress bar and the "success" window when the archive executable is run. |
/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. |