Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Last active April 26, 2021 15:45
Show Gist options
  • Save JoeGlines/009a67f4551942ab57352938df0e7242 to your computer and use it in GitHub Desktop.
Save JoeGlines/009a67f4551942ab57352938df0e7242 to your computer and use it in GitHub Desktop.
;*******************************************************
; Want a clear path for learning AutoHotkey; Take a look at our AutoHotkey Udemy courses. They're structured in a way to make learning AHK EASY
; Right now you can get a coupon code here: https://the-Automator.com/Learn
;*******************************************************
;***********Send DirectoryMessage*******************
;~ oSci.SendDirectorMsg("close:") ;close (lots of director messages to send
;~ oSci.SendDirectorMsg("find:Joe") ;find the next instance of the word Joe
;~ oSci.SendDirectorMsg("replaceall:Joe\000Bob") ;replace all occurrencees of Joe with Bob
;~ oSci.SendDirectorMsg(saveas) ;***********SendMessage*******************
;~ https://autohotkey.com/docs/misc/SendMessageList.htm 0x111 is WM_COMMAND
;~ https://msdn.microsoft.com/en-us/library/windows/desktop/ms647591(v=vs.85).aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment