In Mac Os X at the the terminal you can type something like this to launch a url in the none-default browser:
open -a Firefox.app http://www.foo.com
I want to be able to launch a url like that in Internet Explorer in paralells from my osx command line but I can't seem to get that working. I can launch the browser but it does not seem to accept the url.
How can I get this working?
open -a Firefox.app http://www.foo.com
I want to be able to launch a url like that in Internet Explorer in paralells from my osx command line but I can't seem to get that working. I can launch the browser but it does not seem to accept the url.
How can I get this working?