답변:
이 응용 프로그램을 실행하면 모든 계정이 사용 가능 상태가됩니다 :
tell application "System Events"
tell process "Messages"
tell menu bar 1
tell menu bar item "Messages"
tell menu "Messages"
tell menu item "My Status"
tell menu "My Status"
click menu item "Available"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
다음과 같이 저장할 수 있습니다. ~/turn_available.scpt
이 명령으로 터미널에서 실행하십시오.
osascript ~/turn_available.scpt