15 Facts About VBScript

1.

VBScript is an Active Scripting language developed by Microsoft that is modeled on Visual Basic.

FactSnippet No. 1,566,171
2.

VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject is used to create, read, update and delete files.

FactSnippet No. 1,566,172
3.

VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98; in Windows Server since Windows NT 4.

FactSnippet No. 1,566,173
4.

VBScript began as part of the Microsoft Windows Script Technologies, launched in 1996.

FactSnippet No. 1,566,174
5.

VBScript is used for server-side processing of web pages, most notably with Microsoft Active Server Pages.

FactSnippet No. 1,566,175
6.

VBScript can be used to create applications that run directly on a workstation running Microsoft Windows.

FactSnippet No. 1,566,176
7.

VBScript can be included in two other types of scripting files: Windows Script Files, and HTML Applications.

FactSnippet No. 1,566,177
8.

VBScript can be used in a Windows Script Component, an ActiveX-enabled script class that can be invoked by other COM-enabled applications.

FactSnippet No. 1,566,178
9.

VBScript is simple to create and can be coded using an easy to use text editor like Notepad.

FactSnippet No. 1,566,179
10.

For more elaborate GUI interaction with controls, VBScript can be used in combination with HTML, for example, in an HTML Application.

FactSnippet No. 1,566,180
11.

When hosted by the Windows Script Host, VBScript provides numerous features which are common to scripting languages, but not available from Visual Basic 6.

FactSnippet No. 1,566,181
12.

Second, VBScript is the scripting language for Micro Focus Unified Functional Testing, a test automation tool.

FactSnippet No. 1,566,182
13.

VBScript is used in place of VBA as the macro language of Outlook 97.

FactSnippet No. 1,566,183
14.

VBScript can be effectively used for automating day to day office tasks as well as monitoring in the Windows-based environment.

FactSnippet No. 1,566,184
15.

VBScript can be used to create malware and viruses, such as the ILOVEYOU worm that spread through email attachment in Outlook 97 that cost billions of dollars.

FactSnippet No. 1,566,185