Scripting "Startup Disk"
Scripting "Startup Disk"
- Subject: Scripting "Startup Disk"
- From: Ted Pearson <email@hidden>
- Date: Sun, 4 Aug 2002 14:57:53 -0400
I am trying to write a script that will change the startup system folder
to the Mac OS X system folder and then restart the computer. But I get
an error when I do this:
tell application "Startup Disk"
set startup system folder alias to alias "Macintosh
HD:System:Library:CoreServices:"
end tell
however,
tell application "Startup Disk"
set startup disk to alias "Macintosh HD"
end tell
works.
Is it possible to set the startup system folder alias, or is that
attribute r/o?
Thanks,
Ted
-------------
Ted Pearson, Jr.
Website:
http://blu.host.sk/
Moderator at
http://www.macfora.com/
AIM: PearsonTedJr
_______________________________________________
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.