• 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: Change all labels to 0 if... > help!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change all labels to 0 if... > help!


  • Subject: Re: Change all labels to 0 if... > help!
  • From: Devon and Cornwall <email@hidden>
  • Date: Fri, 15 Jun 2001 13:03:57 -0700

At 1:47 PM -0400 6/15/01, Thierry Lavallie wrote:
>hi,
>
>Is there a way to build a script that will make ALL my files and folders
>contained in dragged folder to turn their label to <<none>> (0) ONLY if they
>are already set to <<hot>>(2)?

You can also use Jon's Commands - slightly faster.

on open (droppedItms)
repeat with anItm in droppedItms
recurzDaFolders(anItm)
end repeat
activate
end open

on recurzDaFolders(someFolder)
script setLabels
on open theFolder
tell application "Finder"
select every folder of theFolder
tell selection's every folder to set it's label index to 0
end tell
end open
end script
walk folders someFolder ,
with script setLabels with using folders without using files and invisibles
end recurzDaFolders

D&C


  • Follow-Ups:
    • Re: Change all labels to 0 if... > help!
      • From: Thierry Lavallée <email@hidden>
    • Re: Change all labels to 0 if... > help!
      • From: Informations 8P-Design <email@hidden>
References: 
 >Change all labels to 0 if... > help! (From: Thierry Lavallée <email@hidden>)

  • Prev by Date: Quark Style Sheets
  • Next by Date: Re: Replacing Codes with Text
  • Previous by thread: Re: Change all labels to 0 if... > help!
  • Next by thread: Re: Change all labels to 0 if... > help!
  • Index(es):
    • Date
    • Thread