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?