golang invoke autoit function through AutoItX3.dll
go get -u github.com/shadow1163/goautoit
- open notepad
- type some string into notepad, eg: "hello world"
- close notepad without saving
goautoit.Run("notepad.exe")
goautoit.WinWait("Untitled")
goautoit.Send("hello world")
goautoit.WinClose("Untitled")