USER_SCRIPT_TYPE - UEM Server configuration option

Description

The USER_SCRIPT_TYPE option specifies the command processor that UEM Server uses to execute an event handler process on Windows.

The value specified for USER_SCRIPT_TYPE is a file extension. To execute the event handler process, UEM Server invokes the default program or command interpreter assigned to open files with that extension.

For example:

  • To have UEM Server execute a script containing Windows command statements, set USER_SCRIPT_TYPE to bat.
  • To have UEM Server execute a script with Perl statements, set USER_SCRIPT_TYPE to an extension (for example, pl) that, by default, invokes a Perl interpreter when opened.

If no association exists between a USER_SCRIPT_TYPE's corresponding file extension and a default program, the script fails.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

script_type type

(tick)

UEM Load Override

-script_type type

(tick)

UEM Manager Override

-script_type type

(tick)

(tick)

(tick)

Value

type is a file extension that describes the script's type.

Default is bat.