Spotlight Workaround
Spotlight Workaround
- Subject: Spotlight Workaround
- From: Martin Orpen <email@hidden>
- Date: Wed, 1 Jun 2005 17:55:06 +0100
I got bored saving all my scripts as text files :-(
So how about this cheeky workaround:
tell application "Script Editor"
set foo to text of document 1
set bar to path of document 1
end tell
tell application "Finder"
set comment of my POSIX file bar to foo
end tell
Run it from the script menu after saving your script and then they'll
appear in your Spotlight searches.
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden