• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Select CD
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: Select CD (From: Charles Arthur <email@hidden>)

  • Prev by Date: How do I make applescript wait for application to finish before continuing?
  • Next by Date: Scripting Addition for PostgreSQL?
  • Previous by thread: Re: Select CD
  • Next by thread: Re: Select CD
  • Index(es):
    • Date
    • Thread