Archive: Launching a browser window?


Launching a browser window?
Hello.

I'm creating a very simple application with NSIS ( for personal use ) and I would like to launch a URL so that a browser opens and loads the URL. I have searched these forums a few times but can't seem to find what I am looking for. I don't want to connect silently to a URL or anything like that, just launch a browser window ( same thing as clicking on a link in an email etc ).

Thanks. :)


ExecShell "open" "http://nsis.sf.net/"