Jump to content

Recommended Posts

Posted

hi All,

is there a way to directly access a URL using the RUN command. I know we can go to start->run-> and enter the URL in there. So, is this not possible using AutoIT3??

Currently I am using the crude way, of first opening the browser, and then sending the URL address to the OPEN control Box.

Was wondering if there is a way I could directly open a URL instead of doing it this way??

Cheers,

Abhi

Posted (edited)

Open a browser to your URL

run('C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.hiddensoft.com ')

or

run("explorer http://www.hiddensoft.com")
Edited by scriptkitty

AutoIt3, the MACGYVER Pocket Knife for computers.

Posted

Try this, especially if your default browser is Netscape, Opera, Mozilla, etc., not Micro$oft Internet Exploiter, I mean Explorer. :whistle:

Run("Start http://www.hiddensoft.org")

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

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
  • Recently Browsing   0 members

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