ExecuteAndWait use

I have the following in an afl file:

filepath = "C:\\Program Files\\AmiBroker\\Scripts";
arguments = "-i True";
a = ShellExecute( "ABAutomaterV3.1.exe", arguments, filepath, showcmd = 1 ) ;

Is it possible to implement the above using abb ExecuteAndWait function instead? Specifically, how would I pass the argument "-i True" if using ExecuteAndWait?

You can just type the whole thing in Parameter/File field:

image

1 Like

Thank you, a wonderful capability!