PerryRaptor Posted January 23, 2005 Posted January 23, 2005 Hey folks, New to AutoITX...Has anyone figured out if AutoITX can execute WMI/ADSI methods? I'm tired of using VBScript?
Administrators Jon Posted January 23, 2005 Administrators Posted January 23, 2005 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.
SvenP Posted January 23, 2005 Posted January 23, 2005 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
PerryRaptor Posted January 23, 2005 Author Posted January 23, 2005 Thanks Jon...I'll wait for version .104
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now