I tried this but it didn't seem to work. I found that the File Exchange
dialog was open but the extension mapping was not done. Does it need an end
try?

>
> > 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
>
> Here's a slight improvement:
>
> tell application "File Exchange"
>   mount now
>     try
>       get extension mapping "tst"
>     on error
>       make new extension mapping with properties
>       {PC extension:".tst", creator type:"SJRD", file type:"PREF"}
>   quit
> end tell
> __________________________________________________________________
> Get your own FREE, personal Netscape Webmail account today at
> http://webmail.netscape.com/
>
> 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.
>
>


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.

Reply via email to