사용할려는 프로그램으로는 적용이 안되서 프로그램에 문제가 있나 생각하고
메모장으로 테스트 했는데요... 동일하게 list를 못가져 옵니다 ㅠㅠ
윈도우 버전 : 윈도우10 64bit
오토핫키 버전 : Unicode 32bit
WinTitle : 제목 없음 - 메모장
ahk_class : Notepad
출력 : msgbox % test
winget, test, list, , 없음 -
winget, test, list, , 메모장
winget, test, list, , "없음 -"winget, test, list, , "메모장"
winget, test, list, ahk_class Notepad, 없음 -
winget, test, list, ahk_class Notepad, 메모장
winget, test, list, ahk_class Notepad, "없음 -"
winget, test, list, ahk_class Notepad, "메모장"
이렇게 테스트 해봤는데 전부다 0으로 나오네요 ㅠㅠ
winget, test, list, ahk_class Notepad
이것만 했을 땐 정확한 갯수가 나오는데...
WinText 옵션은 안되는 건가요?
메모장엔 text가 없네요..
메모장 창에 보이는 '제목 없음 - 메모장' 은 text가 아닌 title입니다.
winget,test,list,제목 없음 ; 으로 해보세요.<< title이 첫글자부터 매치가 되어야됨
또는
winget,test,list,ahk_class NotePad ; << 메모장에 text가 없으므로 text란에 무언가 적혀있음 매칭이 안됩니다.