Search notes:

VBScript

VBScript programs are executed within a host environment such as Windows Script Host, Internet Explorer or Internet Information Services.

Datatypes

VBScript only has one datatype: the variant.

Functions

Functions that are offered by VBScript:

Statements

The statements of VB Scripts are:

Objects

Comparison to VBA

VBScript is not Visual Basic for Applications.
VBA is a richer language than VBScript and comes with a somewhat more sophisticated development environment.
VBA is included with Microsoft Office and allows to create complete applications with those products.
VBScript, on the other hand, is not primarly aimed at developing applications, but rather to quickly script something.

TODO

Apparently, VBScripts are embeddebale in other programs using Microsoft Script Control (msscript.ocx).

See also

arguments
Other programming languages etc.
Allegedly, VBScript script files cannot start with a BOM.
Measure elapsed time in VBScript
Tyring to print colored output with escape characters. It does not seem to work.

Links

Microsft on VBScript: here (2011) and here (2015)

Index