EXECUTE

The keyword EXECUTE is used to start an external program or a batch file. As long as the external program is running, the execution of the script file is interrupted.

EXAMPLE

The interruption of the execution can have undesired results. If, for example, a menu item open PSP is added to My Menu to make it easier to create screenshots, the following happens:

Swapping the lines around does not solve the problem because this would result in the block diagram editor popping up after the image processing program has been closed.

See also

Structure of the Script Files

NOWAIT