↧
Using Set, GetObject, ExecQuery, and For Next in VBSCRIPT to use WMI objects
In my last blog entry I explained error control via on error resume next and on error goto 0, there are other ways as well– but for now this should work to get us by. Next well discuss the Set,...
View ArticleVBScript Statements: Explanation of the Set Statement
The set statement is used to assign any value to any type of variable. For the most part this command is optional. However, it needs to be used when you are assigning an object reference to a variable,...
View Article