VBScript
Microsoft Visual Basic Scripting Edition brings active scripting to a wide variety of environments, including Web client scripting in Microsoft Internet Explorer and Web server scripting in Microsoft Internet Information Service
If you already know Visual Basic or Visual Basic for Applications (VBA), VBScript will be very familiar. The basic concepts of VBScript are common to most programming languages.
VBScript talks to host applications using Windows Script. With Windows Script, browsers and other host applications do not require special integration code for each scripting component. Windows Script enables a host to compile scripts, obtain and call entry points, and manage the namespace available to the developer. With Windows Script, language vendors can create standard language run times for scripting. Microsoft will provide run-time support for VBScript. Microsoft is working with various Internet groups to define the Windows Script standard so that scripting engines can be interchangeable. Windows Script is used in Microsoft Internet Explorer and in Microsoft Internet Information Service.
As a developer, you can license VBScript source implementation at no charge for use in your products. Microsoft provides binary implementations of VBScript for the 32-bit Windows API, the 16-bit Windows API, and the Macintosh. VBScript is integrated with World Wide Web browsers. VBScript and Windows Script can also be used as a general scripting language in other applications.
In This Section
The following sections explain how to use Visual Basic Scripting Edition (VBScript) and provide details about its language elements.
VBScript User's Guide
Provides information about how to use VBScript and includes a guide to regular expressions.VBScript Language Reference
Explains the elements that comprise the VBScript language.
Related Sections
JScript (ECMAScript3)
Includes information about how to use JScript and reference information about the language.Converting VBScript to Windows PowerShell
Provides information about converting VBScript language elements to the Windows PowerShell command-line shell and scripting language.