|
|
here is an apple script
i posted this at the forums site, i might as well post it here.
tell application "Finder"
activate
display dialog "Change your startup disk to:" buttons {"Mac OS X", "Mac OS 9.1", "Mac OS 9.2.2"} default button "Mac OS 9.1"
set the user_choice to the button returned of the result
if the user_choice is "Mac OS X" then
do shell script "/usr/sbin/bless -folder '/System/Library/CoreServices' -setOF" password "YourAdminPW" with administrator privileges
else if the user_choice is "Mac OS 9.1" then
do shell script "/usr/sbin/bless -folder9 '/Volumes/Mac OS 9/System Folder' -setOF" password "YourAdminPW" with administrator privileges
else if the user_choice is "Mac OS 9.2.2" then
do shell script "/usr/sbin/bless -folder9 '/System Folder' -setOF" password "YourAdminPW" with administrator privileges
end if
end tell
here is an apple script
Here is what I wanna do: |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.12 seconds |
|