Windows Script Components

A windows script component (WSC) is a COM component that is written in a combination of script code and XML. They can be used on the server to execute business logic, read and write database, and even participate in Microsoft Transaction Server (MTS) transactions. You can even define events in a Windows Script Component. This is all functionality that was previously only available to C++ , Visual Basic, and Delphi programmers, and is an exciting development.

First
Next