PDA

View Full Version : Opening a specific webpage


statblaster
2nd April 2004, 20:02
Im in a huge crunch. I have 2 hours to get this done, so as much help as you can give is greatly appreciated.

I am trying to to launch a url from the installer and nothing is working.

Please can someone paste code that they know definitely works.

Help!!!

Joost Verburg
2nd April 2004, 21:13
ExecShell "open" "http://yoururl"

VegetaSan
3rd April 2004, 07:21
I have this .. and it works too

Exec '"$PROGRAMFILES\Internet Explorer\iexplore.exe" "http://www.anime-supreme.com"'

deguix
3rd April 2004, 14:08
VegetaSan's way requires the user to have the Internet Explorer, and installed in the same folder.

So the first one is better.

Joost Verburg
3rd April 2004, 14:48
Using ExecShell the site will be opened in the default browser.