Xah's Visual Basic Tutorial

Advertise Here

, 2009-07

This is my learning notes for VBScript. Right now, it is learning notes of the following book:

“Microsoft Windows 2000 Scripting Guide” is a good book length tutorial on Windows scripting. Source.

This notes is actually a tutorial in the works. But currently it's more like my blog. It will contain misleading info, even incomplete sentences. When this project reaches some maturity, this sentence will be removed.

Emacs Visual Basic Mode

VBScript has file suffix “.vbs”. The script can be invoked in two ways. Wscript.exe is used to display output and receive input in through a GUI, such as dialog and input boxes. Cscript.exe is used in a command line environment.

Basics

WMI

blog comments powered by Disqus
2005-01