Jump to content

adding .au3 scripts to an au3 com object


Recommended Posts

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!

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