Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

shadow1163/goautoit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goautoit

golang invoke autoit function through AutoItX3.dll

Install

go get -u github.com/shadow1163/goautoit

Example

  • 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")

About

Using Autoit tools in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages