root/trunk/plagger/bin/spotlight_comment.scpt
| Revision 179 (checked in by miyagawa, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | on run argv |
| 2 | tell application "Finder" |
| 3 | set comment of ((POSIX file (item 1 of argv)) as file) to (item 2 of argv) |
| 4 | return |
| 5 | end tell |
| 6 | end run |
Note: See TracBrowser for help on using the browser.
