What Can I Do With VBScript?

VBScript by itself is a powerful language, but you really can't do anything with it without a host. A host is an application that allows scripts written in VBScript to run within its context. Since VBScript cannot be compiled like a normal application and run on its own, it must have a host to read the script and compile it. In next few pages, I'll explain the ways you can use VBScript.

Next