this worked for me (under 9.0.4, but should work on older)
Code:
on open TheItemList
repeat with TheItem in TheItemList
tell application "Finder"
activate
set comment of TheItem to ""
end tell
end repeat
end open
it works with whatever you drop on it (but it doesn't step through folder contents - hey, what do you expect from a script that i wrote in five minutes?! :-) )
-ster
p.s. - don't knock just hitting 'record'. i just recorded, and then tweaked it to be a droplet and to repeat with all the things that were dropped on it. gotta love the scriptable Finder! (and this board! and applescriptsourcebook, and...) - s
[This message has been edited by Ster (edited 05-04-2000).]