Re: Script to get default browser?
Re: Script to get default browser?
- Subject: Re: Script to get default browser?
- From: julifos <email@hidden>
- Date: Fri, 10 Jan 2003 09:29:03 +0100
>
Can I use AppleScript to find out what the current default browser is?
>
>
I peeped into the Terminal and had a look at man defaults, but was quickly
>
overwhelmed and had to retire.
>
>
>
Thanks
>
>
>
Mr Tea
defaults read com.apple.LaunchServices
or
read (path to preferences) & com.apple.LaunchServices.plist as alias
Then, look for "<key>U:http</key>".
Then, look for "<key>LSBundleSignature</key>
<string>OPRA</string>"
JJ
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.