> From: "Marco Mailand" <Newton2k1_at_mac.com>
> Subject: Re: [NTLK] Downloading packages
> Date: Mon, 13 Aug 2001 11:12:36 +0200
> Another good thing is AppleScript.
You may try this simple script. Works flawlessly. Just copy and paste to
script editor, then save. You may drag files to this script.
on open (theList)
tell application "Finder"
repeat with x in theList
copy file type obsolete of x to FileTypeOfDroppedDoc
set creator type of x to "1NCU"
set file type of x to "pkg "
end repeat
end tell
end open
If anyone do not know how to use the Script Editor on a Mac I can e-mail a
compiled version of this script pivately.
Anton Balaban
-------------
http://www.newt.nm.ru
-- This is the Newtontalk mailinglist - http://www.newtontalk.net To unsubscribe or manage: visit the above link or mailto:newtontalk-request_at_newtontalk.net?Subject=unsubscribe
This archive was generated by hypermail 2.1.2 : Sun Sep 09 2001 - 19:47:04 EDT