Page 1 of 1

Details in using a Windows command during a playback

PostPosted: Mon Jan 04, 2021 11:22 am
by CharlesM
Hi.

When running my test playbacks, I want to run a Windows command but how do I do that?

Thanks

Re: Details in using a Windows command during a playback

PostPosted: Tue Jan 05, 2021 8:49 am
by eValid
CharlesM wrote:Hi.

When running my test playbacks, I want to run a Windows command but how do I do that?

Thanks


Good question, thanks for asking CharlesM.

Assuming that the command you want to run is known to your environment (that is, it is "on the path" of executables in your context).

Then eValid has two commands that you may want to try:

SystemCall "command and all its parameters"

SystemCallWait "command and all its parameters"

The difference is that the first version doesn't do wha the second version does, which is to WAIT until the command is completed.

Which one to use depends on your need.


-- eValid Support