Scripting Startup Disk Changes
Here were my two plans. I think both are terribly wrong. Please help!
tell application "System Preferences"
activate
set current pane to pane "Startup Disk"
tell application "System Events"
tell application process "System Preferences"
tell window "System Preferences"
tell "Startup Disk"
tell "split group"
tell "group"
tell "scroll area"
tell "radio group"
perform action "AXPress" of "Windows on Untitled"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
end tell
and also this
tell application "System Preferences"
activate
set current pane to pane "Startup Disk"
tell application "System Events"
perform action "AXPress" of "Windows on Untitled" of "radio group" of "scroll area" of "group" of "split group" of "Startup Disk" of "System Preferences"
end tell
end tell
iMac core duo Mac OS X (10.4.6)