Right after we assign the
colItems variable to contain the object that comes back from using the
execQuery method, we want to retrieve the count of the number of items in
colItems. We also want to build an output string that prints out a string stating how many processors are on the machine. We will use the
funIS function to build up the remainder of the output line. It will look like the following:
WScript.Echo "There" & funIS(colItems.count) & _
"on this computer"