Page 1 of 1

More details on the eValid system call commands

PostPosted: Mon Jul 02, 2018 8:10 am
by RLansing
Morning.

When using the eValid system call command, what sort of value is returned to the eValid engine as a consequence of what happens on this call?

Thanks

Re: More details on the eValid system call commands

PostPosted: Tue Jul 03, 2018 10:33 am
by eValid
RLansing wrote:Morning.

When using the eValid system call command, what sort of value is returned to the eValid engine as a consequence of what happens on this call?

Thanks


Thanks for posting RLansing.

In script playback you have two commands that do this:

(1) The SystemCall "command" will launch the desktop-command called "command" and then continue playback.

(2) The SystemCallWait "command" will do the same and wait for a return code before beginning the script.

If the return code is non-zero then only an ERROR flag is thrown.

There is another interface that is used here, the command line interface described here:

http://e-valid.com/Products/Documentati ... rface.html

In this case the return codes from a sub-execution are explicitly available to whatever windows shell you're using.


-- eValid Support