changing start up disk
changing start up disk
- Subject: changing start up disk
- From: Llyr Hughes <email@hidden>
- Date: Sat, 11 Oct 2003 07:48:42 +0100
Hi,
Is it possible to select a different start up disk using a script.
I can get as far as opening the Startup Disk pane, but I can't seem to
select my 'Mac OS Z1-9.2.2 on HD' system folder
tell application "System Preferences"
activate
end tell
tell application "System Events"
get properties
tell process "System Preferences"
click menu item "Startup Disk"
select item "Mac OS Z1-9.2.2 on HD"
delay 3
click button "Change"
end tell
end tell
Thanks
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.