WScript Shell Object

The WScript.Shell object provides RegRead Method to read properties from the xml file specified by the user, which can be used in BSL.

Example:

To form a database connection string along with the database provider, create a property with type dbConnection and specify its name in the RegRead Method.

The following Property Types are supported:

Type="dbConnection"

Note:

Currently BSL is supporting only dbConnection type.

The following example illustrates how to create WScript Shell object:

Object Name: WScript.Shell


Dim Obj
Set Obj = CreateObject("WScript.Shell")