VBScript (short form of Microsoft Visual Basic Scripting Edition) is a subset of Visual Basic used in Active Server Pages and in Windows Scripting Host as a general-purpose scripting language. VBScript is often used as a replacement for DOS batch files.
VBScript is interpreted by a script engine, either ASP in a web environment, wscript.exe in a Windows environment, and cscript.exe in a command-line environment.
If the Windows Scripting Host is installed correctly and activated the program will run when the icon is double-clicked.
The VBScript version implemented in Internet Explorer is very similar in function to JavaScript; it has an interpreter that processes code embedded in HTML, and by itself cannot create stand-alone applications. It has virtually no compatibility with other web browsers, so many webmasters prefer to use JavaScript instead.
VBScript is also implemented in Microsoft Outlook as a script language used to respond to Outlook form events.
Originally devised as an easy-to-use programminglanguage, it became widespread on home microcomputers in the 1980s, and remains popular to this day in a handful of heavily evolved dialects.
Programminglanguages of the era tended to be designed, like the machines on which they ran, for specific purposes such as scientific formula processing.
The original BASIC language was invented in 1963 by John Kemeny (1926–1993) and Thomas Kurtz (1928–) at Dartmouth College and implemented by a team of Dartmouth students under their direction.