I wrote:
> My AppleScript/ MacFileAttribs library including explanation is ready. Check
> it out at:
>
> http://homepage.mac.com/sjoerdoptland/macfileattribs.mc
>
> Regards,
> Sjoerd
David Bovill wrote/ schreef:
> Now what would be real useful is to use this to set the "File Exchange"
> preferences so the user wouldn't have to... Same for the Browsers and their
> Mime types: Alain?
Well, you can set at least the File Exchange by running the following
AppleScript:
tell application "File Exchange"
make new extension mapping with properties {PC extension:".tst",
creator type:"SJRD", file type:"PREF"}
end tell
Apply your own extension, creator type and file type, and there is your
mapping. The control panel also says that these settings are conducted to
the browsers, but I didn't test that.
Hope this helps,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.