Re: default web browser
Re: default web browser
- Subject: Re: default web browser
- From: JollyRoger <email@hidden>
- Date: Sat, 23 Dec 2000 23:59:55 -0600
on 12/23/2000 11:23 PM, Christopher C. Stone at email@hidden wrote:
>
At 12/23/00 22:13 -0600, JollyRoger wrought:
>
>
> Anyone know of a way to determine the default web browser (set in Internet
>
> Preferences) via AppleScript?
>
>
The only way I know of offhand is to use Leonard Rosenthol & Dan Crevier's
>
InternetConfig Commands osax from ICScriptor.
>
>
"ICScriptor is a collection of pieces which allows one to access the Internet
>
Config preferences from an OSA compliant scripting language. Included are an
>
application (ICScriptor), and a set of OSAXen InternetConfig Commands) as well
>
as complete source code."
>
>
http://www.lazerware.com/FTP/ICScriptor1.1.3b1.hqx
>
>
>
GetICPreference Web helper
>
>
result --> {fileCreator:"MSIE", fileName:"Explorer"}
Thanks, Chris.
JR