I am able to eject discs placed in my external FW Lacie CD-RW drive in iTunes through Apple Events by means of this AppleScript:
Code:
tell application "iTunes"
«event aevtejct»
end tell
But this doesn't work when I'm in the Finder:
Code:
tell application "Finder"
«event aevtejct»
end tell
Is there an alternative?