Last active
April 26, 2021 15:45
-
-
Save JoeGlines/009a67f4551942ab57352938df0e7242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;******************************************************* | |
; 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