TarunMunjal Posted May 31, 2016 Posted May 31, 2016 I have been automating with Autoit using powershell and the way I access the functions is I create an autoit com object in powershell which gives me access to all the functions of that object.. e.g. $AU3 = New-object -ComObject "AutoItX3.Control" Then I can use it like this. $AU3.WinList("My Window","") What I am trying to find out is if there is a way to add some of the functions in the include folder. I can't seem to access them when using the Comobject. Any help is appreciated. Thanks!
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