Wmi and vbscript

I need to be able to output the amount of memory a script is using at various stages throughout its execution.

I have never used wmi in a script before so i have no clue how to start.

Can anyone please point me in a direction?

Thanks

Woody

[272 byte] By [kayuWoody] at [2007-12-24]
# 1

I don't know that you've supplied enough context to answer your question?

Script? Are you referring to vbscript? What's running running it? What do you want to monitor?

ReneeC at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

Are you planning to do this in .NET using the WMI classes? If not, then the best place to ask would be here:

http://www.microsoft.com/technet/community/newsgroups/topics/scripting.mspx

in the VBScript technet newsgroup :-)

ahmedilyas at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
You are asking about script. These forums deal with possibly in the wrong place.

VBScript Often refers to the script language used in client-side Web pages. Sometimes this talks about other scripting environments like WSH – windows script host.

A good source of information on scripting is, but this doesn’t have forums, newsgroups as such.

http://www.microsoft.com/technet/scriptcenter/default.mspx

One client-side script forum is here: http://forums.asp.net/130/ShowForum.aspx

Hope that helps and points you in the right direction

spotty at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...