Re: Select CD
Re: Select CD
- Subject: Re: Select CD
- From: Deivy Petrescu <email@hidden>
- Date: Fri, 20 Jul 2001 13:59:54 -0400
In general, this:
<script>
tell application "Finder"
eject (every disk whose ejectable is true and capacity is
greater than 96*1024 *1024)
end tell
</script>
should eject CDs and no (100) Zips and:
<script>
tell application "Finder"
eject (every disk whose ejectable is true and capacity is
less than 96*1024 *1024)
end tell
</script>
should eject 100 Zips, but no CDs (in general).
But one can get the picture.
Deivy Petrescu
http://www.dicas.com