Review
Windows Script Components, or WSCs, are special scripts that can be executed like COM components. They make it easy to package, redistribute, and reuse scripts and routines that have taken you a long time to perfect, thus making your scripting efforts faster and more efficient. WSCs are written much like normal scripts, but have a special XML layout that allows them to be executed by Scrobj.dll.
COMING UP
With the fundamentals of Windows Script Components under your belt, you're ready to start reusing code in your scripts. In the next chapter, I'll show you how to use components in a real script, and I'll show you how you can integrate other modular programming techniques.
|