gurl (call browser and it an URL)

Brian Dessent brian@dessent.net
Thu Feb 16 18:49:00 GMT 2006


Brian Dessent wrote:

> Yuck.  No need to do this, just "cygstart http://www.cygwin.com" or
> "cygstart www.cygwin.com".  This will launch the URL in whatever browser
> the user has configured to handle http://, rather than hardcoding it.
> This is equivalent to Start -> Run.

And, on top of that, if you must refer to something in "Program Files"
you need to realize that it can be on any drive and its spelling will
depend on the localization of Windows, so it is almost always a bad idea
to hardcode "c:\program files" anywhere.  Better would be to use
$(cygpath "$PROGRAMFILES"), but in this case assuming the user wants to
use IE would be inexcusably bad, so cygstart is where it's at. :)

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list