Autoit 아이콘 설정
#AutoIt3Wrapper_Icon = ico 파일명
을 넣어주면 compile된 exe 파일의 아이콘지정
트레이 아이콘
$gui = GUICreate(@ScriptName, 1, 1, -100, -100)
GUISetIcon(@WindowsDir & "\System32\shell32.dll", 28)
GUISetState()
TraySetIcon(@WindowsDir & "\System32\shell32.dll", 28)