winexecwait() MS Windows FE Only!

Executes a program on the workstation where the Windows® front-end runs and waits for termination.

Syntax

Important: This feature is deprecated, and may be removed in a future version.
winexecwait(
   command STRING )
  RETURNS INTEGER
  1. command is the command to be executed on the front end.

Usage

The function executes the program on the Windows front end and waits for its termination.
Important: This function is provided for backward compatibility and it is recommended to avoid its use if you intend running your programs with different front-ends. It must be called after the front-end connection is established.