Visual BASIC Script - Definition. Was ist Visual BASIC Script
Diclib.com
Online-Wörterbuch

Was (wer) ist Visual BASIC Script - definition

SCRIPT PROGRAMMING LANGUAGE
VBScript programming language; VBScript (programming language); Vbscript; Visual Basic Script; Visual Basic Scripting; Visual Basic Script Edition; .vbs; VB Script; VBSCRIPT; VB script; VbScript; VBscript; Visual Basic Scripting Edition; VBS Script; VBSScript
  • 48px

Visual BASIC Script         
<language> (VBScript) Microsoft's scripting language which is an extension of their Visual Basic language. VBScript can be used with Microsoft Office applications and others. It can also be embedded in web pages but can only be understood by Internet Explorer. Visual Basic is a BASIC variant with object-oriented features. Objects include applications, windows and selections. [Relationship with ASP? VBA?] (1998-07-05)
VBScript         
Visual BASIC         
WIKIMEDIA DISAMBIGUATION PAGE
Visual Basic programming language; Visual BASIC; Visual basic; Microsoft Visual Basic; VisualBasic; MSVB; Vbasic; Microsoft Visual BASIC; VBP; History of Visual Basic; VBLang; Visual Basic (disambiguation); VB language
<language> (VB) A popular event-driven visual programming system from Microsoft Corporation for Microsoft Windows. VB is good for developing Windows interfaces, it invokes fragments of BASIC code when the user performs certain operations on graphical objects on-screen. It is widely used for in-house application program development and for prototyping. It can also be used to create ActiveX and COM components. Version 1 was released in 1991 [by Microsoft?]. Latest version: 6, as of 1999-11-26. http://msdn.microsoft.com/vbasic/. History (http://iessoft.com/scripts/vbhistry.asp). Visual BASICjstrollo/vblinks.html">Strollo Software (http://op.net/Visual BASICjstrollo/vblinks.html). {Visual+Basic">Books (http://wrox.com/Consumer/Default.asp?Category=Visual+Basic)}. (1999-11-26)

Wikipedia

VBScript

VBScript ("Microsoft Visual Basic Scripting Edition") is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It allows Microsoft Windows system administrators to generate powerful tools for managing computers without error handling and with subroutines and other advanced programming constructs. It can give the user complete control over many aspects of their computing environment.

VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject (FSO) is used to create, read, update and delete files. VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98; in Windows Server since Windows NT 4.0 Option Pack; and optionally with Windows CE (depending on the device it is installed on).

A VBScript script must be executed within a host environment, of which there are several provided with Microsoft Windows, including: Windows Script Host (WSH), Internet Explorer (IE), and Internet Information Services (IIS). Additionally, the VBScript hosting environment is embeddable in other programs, through technologies such as the Microsoft Script Control (msscript.ocx).