Good day.
I've been having some difficulties getting going with AutoItX.
What I am trying to do is to use AutoItX within PowerShell to automate some difficult GUI interactions in an application I have.
I am not trying to execute AU scripts but rather wish to programmatically call AutoItX function call inside a powershell script.
So far all documentation I have found shows the exact same:
1. Register the correct AutoItX DLL (by arch)
2. Create a "New-Object" and
3. Call the method needed.