executeScript

The optional executeScript argument specifies the name of the existing valid file that you want to execute in the non‑GUI application specified in the app argument.

The jadclient executable requires the executeScript argument with a specified valid file name if you execute a method by using the Process class executeScript method.

If you do not specify the executeClass argument with the name of a valid class in the application, the script is expected to be defined in the default JadeScript class.

If the executeMethod argument is also defined, that argument takes precedence over the executeScript argument.

See also the executeParam argument.