What is the difference between VB and VBScript?
question from:https://stackoverflow.com/questions/1384051/what-is-the-difference-between-vb-and-vbscriptWhat is the difference between VB and VBScript?
question from:https://stackoverflow.com/questions/1384051/what-is-the-difference-between-vb-and-vbscriptVB is a full-fledged programming language which can be used to create compiled applications, while VBScript is a sub-set of VB and is a scripting language that can be used to run a set of commands, similar to an old-school DOS batch file. Generally, a scripting language can not be used to create a full-fledged binary application and it can not be compiled down to a executable binary file.