archive-name
Provide the filename when exporting results to an archived file.
GUI Equivalent
Syntax
-archive-name
<PATH>
Arguments
- PATH
- A string containing the PATH/name for thearchive file.
Actions Modified
Description
Use
archive-name
to specify the PATH/name for the *.inspxez
archive file, when using the export
action to archive a result.Example
This command exports the result in the
myRes
result directory, including code sources as well as code snippets, and saves the archive as my-archived-result.inspxez
in the current working directory.$ inspxe-cl -export -archive-name my_archived_result.inspxez -include-sources -result-dir myRes