Eject CD script error in Multi Users Panels account
Eject CD script error in Multi Users Panels account
- Subject: Eject CD script error in Multi Users Panels account
- From: "Jeff Miller" <email@hidden>
- Date: Fri, 5 Oct 2001 10:43:48 -0400
I have a 7500/233 running OS 9.1 and multiple users. I've made the
following script (based upon a post in Apple's Applescript discussion
forum) that ejects a CD in the computer:
tell application "Finder"
put away (every disk whose ejectable is true)
end tell
This script works fine in the owner and normal accounts, but in a Panels
account I get the following error:
"every <<class cdis>> of application "Panels" whose <<class isej>> of it
= true doesn't understand the <<event fndrptwy>> message."
I've given the Panels account access to any CD's. Is there some other
application that I have to specifically give access to?
I've also tried a freeware applescript extension, AudioCDgh, which
allows you to use a simple "eject CD" command, but that does weird
things with CD's that have a separate audio track - the next time the CD
is inserted, the Finder asks to initialize it (I don't have a CD
burner).
Thanks.
-jrm