Local $title = WinGetTitle($list[$i][0], "")
If $title = $chars Then
MsgBox(0, "CloseBot - hunte922", $title)
$handle = WinGetHandle($title, "")
WinKill($handle)
EndIf
I've made an auto-closer with a blacklist that is supposed to close every window I tell it to close.
It works with open folders (ex: Dropbox) but it won't work with a window named "Invalid License Key • DisplayFusion Pro v4.3".
It can't be that it uses unicode characters, because when I try to close a folder named "•" it closes normally.
What's wrong here?