Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Eject your external CD drive from the keyboard' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Eject your external CD drive from the keyboard
Authored by: scotty321 on Mar 17, '04 01:17:34PM

This looks like a great AppleScript! However, when I run it, it ejects BOTH my external AND internal drives. Does anybody know how to modify this script so it only ejects the EXTERNAL drive?

Thanks,
Scott



[ Reply to This | # ]
10.3: Eject your external CD drive from the keyboard
Authored by: aaron128 on Mar 17, '04 02:13:56PM

try this:

drutil tray eject -drive firewire
drutil tray close -drive firewire



[ Reply to This | # ]