|
-
Apr 27th, 2010, 06:21 AM
#1
Thread Starter
Hyperactive Member
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??
-
Apr 27th, 2010, 06:25 AM
#2
Re: Documentation for VBScript?
-
Apr 27th, 2010, 06:30 AM
#3
Thread Starter
Hyperactive Member
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
-
Apr 27th, 2010, 06:32 AM
#4
Thread Starter
Hyperactive Member
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
-
Apr 27th, 2010, 06:36 AM
#5
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|