Results 1 to 5 of 5

Thread: Documentation for VBScript?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    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??

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Documentation for VBScript?


  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    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

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    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

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width