This is annoying
In OS9
I could use a script like
tell application "finder"
set label index of selection to 4
end tell
In OS bloody X (tiger)
I have to use a repeat for each item in the selection.
Which is much slower than the OS9 script.
anyone found a way to do this ( without installing anything like osxutils)
Cheers