USER_SCRIPT_TYPE - UEMLoad configuration option
Description
The USER_SCRIPT_TYPE option describes the type of statements contained in the script specified by the USER_SCRIPT option.
Usage
Specification Method | Parameter / Value | IBM i | HP NonStop | UNIX | Windows | z/OS |
|---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -script_type type | |||||
Definition File Keyword | script_type type |
Value
type is the type of statements in the script specified by USER_SCRIPT.
UNIX | While this option can be specified from the command line, its value will be ignored when UEM Server executes the script. |
|---|---|
Windows | When UEM Server executes an event handler with a HANDLER_TYPE of script, it writes the statements contained in the Handler Actions field of the handler record to a temporary file. The USER_SCRIPT_TYPE type value is used as that file's extension. On the target system, a file association between type and an application responsible for opening files with that extension must be defined. While this association is not required, when the event handler record is added with UEMLoad, it must be defined prior to any attempt by UEM Server to execute the handler. Otherwise, execution of the script will fail. |
If USER_SCRIPT_TYPE is not used, the specified (or default) value of the UEM Server USER_SCRIPT_TYPE option is used.