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

Operating System Interaction Methods in Siebel eScript


Table 25 provides a list of operating system interaction methods.

Table 25. Operating System Interaction Methods in Siebel eScript
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