Category:VBScript: Difference between revisions

Rephrased wscript/cscript, removed "should be run with cscript"
No edit summary
(Rephrased wscript/cscript, removed "should be run with cscript")
Line 6:
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 on Windows using two different interpteters,interpreters: '''Wscript''', -providingwhich provides a windowed interface-, and '''Cscript''', -addingwhich accessruns tofrom the console. The code samples posted at RC should be run with Cscript unless they state otherwise.
{{stub}}
1,150

edits