Launching a website question

Started by jimklein, December 03, 2013, 11:33:21 AM

Previous topic - Next topic

jimklein


I can launch a website using
Run("iexplore.exe","http://google.com")

But that assumes I want to use IE - & doesn't use the "default browser"

I tried Run("http://google.com","") hoping it would use the current default browser but that doesn't work either.

Much thanks

Deana

Try using ShellExecute instead:

Code (winbatch) Select
ShellExecute("http://www.google.com", "", "", @NORMAL, "")
Deana F.
Technical Support
Wilson WindowWare Inc.