Hannes Posted March 22, 2006 Posted March 22, 2006 Hello, here is a example, how to use the gui with wmi queries (local and remote). You need autoit v3.1.1.113 (or higher). At the moment it seems that the beta is very stable with com objects, but keep in mind, that some vbscript objects must be handled as vbscript objects (e.g. when a vbscript objects returns an array, use it as a vbscript one), although it is autoit script (i tried to use it as an autoit array, sure, that's not logic), so you have to loop through those collection objects. For example to query remote objects with autoit, you must use a string for the computername to handle wmi and other remote queries, otherwise you get an error. Use it at your own risk.... HannesGetWMI.au3
PezoFaSho Posted March 22, 2006 Posted March 22, 2006 Wow nice script, it returned alot of information. Thx for giving me one more reason not to go to sleep. (it is 4:55am, i just dont like to sleep) 50% of the time, it works all the time
GaryFrost Posted March 22, 2006 Posted March 22, 2006 Might want to search for Scriptomatic in scripts and scraps SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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