Answer the question
In order to leave comments, you need to log in
Autohotkey - why doesn't Regexp search work?
I'm trying to get a similar example from the documentation to work, but after running nothing happens. I can't understand why. What's my mistake?
SetTitleMatchMode RegEx
Run, Notepad.exe
Sleep 500
winactivate "^.*Блокнот.*$"
WinWaitActive "^.*Блокнот.*$"
MsgBox Activated
Answer the question
In order to leave comments, you need to log in
Found the answer.
1. Cyrillic file encoding must be ANSI.
2. Quotes need to be removed, it doesn't work with quotes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question