Documentation for VBScript?
Hi there, i have just started working on VBScripts in Windows. I have tried different VBScripts and its working great, happy with the progress so far. I am currently working on WMI (Windows Management Instrumentation) VBScripts and i couldnt find documentation for it.
Just like Java API (http://java.sun.com/j2se/1.5.0/docs/api/)
i cant find Documentation for VBScript, is it available somewhere??
Re: Documentation for VBScript?
Re: Documentation for VBScript?
Thanks for the reply but that is much like HOW TO LEARN VBSCRIPT and i need to know the methods/function available for certain Objects like Win32_Process etc
Re: Documentation for VBScript?
Got it , i think i was looking for something like this
http://msdn.microsoft.com/en-us/libr...(v=VS.85).aspx
Re: Documentation for VBScript?
That is the full documentation for VBScript... but WMI is not part of VBScript
The WMI documentation is here: http://msdn.microsoft.com/en-us/library/aa394582.aspx
You can find Win32_Process via "WMI Reference", "WMI Classes", "Win32 Classes"
edit: it seems I was a bit slow!