Page 1 of 1

Exit code values assigned to variable?

Posted: Wed Jul 07, 2004 4:22 pm
by BrianSmith
What are the possible values that can be assigned to the Exit Code variable when using the Run Program/Open Document action?

Exit code values assigned to variable?

Posted: Wed Jul 07, 2004 11:18 pm
by Oleg
Exit code of process depends on launched application. May be, it is described in documentation (or helpfile) of your application.
You may simulate some situations for your application and check exit codes to learn more. Most CRT applications (for example command-line packers) uses exit codes to signal about any errors (or warnings) for processing at batch job (or calling application).