Category:VBScript: Difference between revisions

no edit summary
m (Filling out language template)
No edit summary
Line 5:
}}
VBScript is a programming language from [[Microsoft]] for [[Windows]] and [[wp:Active Server Pages|Active Server Pages]] (and web page scripting on the Internet, to a much lesser degree). VBScript is similar to [[Visual Basic]], and was originally based on VB, but there are many differences between the two. In general, VBScript is not able to run most non-trivial VB programs without significant changes, while ''most'' VBScript programs can be run in VB with trivial changes.
 
VBSCript can be run using two different interpteters, Wscript -providing a windowed interface- and Cscript -adding access to the console. The code samples posted at RC should be run with Cscript unless they state otherwise.
{{stub}}