Siebel eScript Language Reference > Quick Reference: Methods and Properties in Siebel eScript >

Operating System Interaction Methods in Siebel eScript


The following is a list of operating system interaction methods.

Method
Purpose

Clib.getenv() Method

Returns the value of an environment variable as a string.

Clib.putenv() Method

Assigns a value to a specified environment variable.

Clib.system() Method

Instructs the operating system to run the specified Command.

Siebel eScript Language Reference