AllExperts > Encyclopedia 
Search      
Find out about volunteering to AllExperts

VBScript: Encyclopedia BETA


Free Encyclopedia
 Home · Index · Browse A-Z  · Questions and Answers ·
Encyclopedia

Browse A-Z
ABCDEFGHIJKLMNOPQRSTUVWXYZNum


License
Disclaimer

 
 
 
 
Free Online Courses
12 Weeks to Weight Loss
Take Charge of Stress
Learn How to Bake
Budgeting 101
Deeper Faith
DIY Fashion Makeover

       MORE E-COURSES
 
   

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z  Misc

VBScript

VBScript (short form of Visual Basic Script Edition) is an Active Scripting language interpreted via Microsoft's Windows Script Host. The language's syntax reflects its pedigree as a variation of Microsoft's Visual Basic programming language. It has gained significant support from Windows administrators seeking an automation tool more powerful than the batch language first developed in the late 1970s.

VBScript is interpreted by a script engine vbscript.dll, which can be invoked by ASP engine asp.dll in a web environment, wscript.exe in a Windows GUI environment, and cscript.exe in a command-line environment. When VBScript source code is contained in stand-alone files, they typically have the file extension .vbs.

When employed in Internet Explorer, VBScript is very similar in function to JavaScript â€"- it processes code embedded in HTML. VBScript can be also used to create stand-alone HTML applications (file extension .hta) which require Internet Explorer 5 or later to run. Web developers may prefer to use JavaScript instead for better compatibility with web browsers other than Internet Explorer.

VBScript is the language that was used to write some notable e-mail worms, such as ILOVEYOU. There are several reasons for this. First, the scroll-like icon representing VBS files may lure users with little Windows experience to think that it's a text file. Second, it is easy to write a basic e-mail worm in VBScript in just a few lines of code.

External links

*VBScript User's Guide
*The Script Center - Script Repository
*W3Schools - Thorough VBScript Tutorial



Email this page
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.
This is the "GNU Free Documentation License" reference article from the English Wikipedia. All text is available under the terms of the GNU Free Documentation License. See also our Disclaimer.