The invoke action statement allows you to execute a Windows application while ESL is running. You specify the full filename of the application to execute, including the extension and any options the program requires; for example:
invoke "textedit.exe" "c:\\document\\memo5.doc"
ESL continues to run while the invoked program is running.