This is similar to the previous section visual basic but the creating of the objects is different.
Dim ECI, Connect, Flow, Buffer, UOW
Set ECI = CreateObject("Ccl.ECI")
Set Connect = CreateObject("Ccl.Connect")
Set Flow = CreateObject("Ccl.Flow")
Set Buffer = CreateObject("Ccl.Buffer")
Set UOW = Nothing
If you are not going to use a UOW, you must explicitly set it to 'Nothing' in VBScript.