At 13:31 -0800 12/10/02, Matt Morse wrote:
also i'm interesed in opening a browser with a valid internet address
as argument but i can't find out the syntax for mac os x - can anyone
give a hand with that?
You can use the open command (see the man page for details):
open -a Internet\ Explorer http://www.cnn.com
Ah, even better. Don't tell the system to launch IE with a certain
URL as the argument, tell it to open a certain URL with IE as the
preferred app.
or, if you don't want to specify a particular app:
open http://www.cnn.com
...and the site will appear in the user's preferred browser.
I love this feature and I should have remembered it. :)
AppleScript is the way to go for killing IE, though.
adam