Jump to content

Can AutoITX perform WMI commands?


PerryRaptor
 Share

Recommended Posts

  • Administrators

Hey folks,

New to AutoITX...Has anyone figured out if AutoITX can execute WMI/ADSI methods?  I'm tired of using VBScript?

Well no, AutoItX is a COM component just like WMI. But in the next version of AutoIt you will be able to use COM components so you can get rid of VBScript then. :lmao:
Link to comment
Share on other sites

Hey folks,

New to AutoITX...Has anyone figured out if AutoITX can execute WMI/ADSI methods?  I'm tired of using VBScript?

<{POST_SNAPBACK}>

Actually your question sounds a bit odd: If you use AutoItX you must already have a COM-aware environment. So there's no need for AutoItX to do WMI, you can open the WMI namespace directly (with a GetObject-like command).

The 'regular' AutoIt with COM-extensions would be the exact 'opposite' to AutoItX: adding COM-extensions to a non-COM aware environment.

My guess is that you want to get rid of VBScript/AutoitX and want to use the 'regular' AutoIt ? In that case: see Jon's answer. And keep track of the 'developers' forum.

Regards,

-Sven

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...