Jump to content

Running http:// without calling the program


Recommended Posts

Is there a way to launch a website url within an Autoit script but not call the .exe for the browser?

I'd like it to be set so the script will launch whatever the users default web browser is. So if it is Firefox....Firefox will be used to run to display the site....if IE is the default, IE will be used. It works using the Run command but only when I hard code in the exe. Example:

Run("C:\Program Files\Internet Explorer\iexplore.exe" & " http://www.microsoft.com")

Is this possible?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...