Return Values

<< Click to Display Table of Contents >>

Navigation:  CryptoForge Files > Command-Line Interface >

Return Values

When CryptoForge is executed through its command-line interface, a new application instance is created. The process finishes after executing the command line and the exit code (ERRORLEVEL in a batch file) indicates the success or failure of the operation.

Possible exit codes or return values are:

Zero: Indicates success.

Positive value: Indicates the number of files reporting error.

Negative value: Indicates a fatal error, or operation cancelled by the user, or a wrong combination of parameters in the command line.