Page 1 of 1

How does eValid make a system call

PostPosted: Thu Oct 27, 2022 9:24 am
by WandaF
Hi.

How does eValid make system calls?

Can you give me a brief but detailed explanation?

Thanks

Re: How does eValid make a system call

PostPosted: Fri Oct 28, 2022 8:18 am
by eValid
WandaF wrote:Hi.

How does eValid make system calls?

Can you give me a brief but detailed explanation?

Thanks


Thanks for asking about how eValid makes system call WandaF.

You have two built-in commands to do this: SystemCall "command" and SystemCallWait" "command"

Both give control to the specified command (you may need to specify the complete path if your currently directory is not on the path), and the second option will wait for the command to complete before continuing playback.


-- eValid Support