EXECUTE PROGRAM Action
This action runs an external program. For example:
EXECUTE PROGRAM ‘c:/TEMP/SomeProgram.exe’
By default LaserQuote will wait for the external program to complete. However, if “NO WAIT” clause is specified the system will not wait for the external program. For example,
EXECUTE PROGRAM ‘c:/TEMP/SomeProgram.exe’ NO WAIT