Dyson Posted November 10, 2008 Posted November 10, 2008 It would seem simple enough to use the Processwait function, however i cannot seem to be able to run the executable file of internet explorer. I've tried run ("Internet explorer.exe"), run ("Iexplorer.exe"), run("Iexplore.exe"), run("IE.exe"). How come I can't find it?
Bert Posted November 10, 2008 Posted November 10, 2008 "C:\Program Files\Internet Explorer\IEXPLORE.EXE" is the path you should try. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Cw2K1 Posted November 10, 2008 Posted November 10, 2008 "C:\Program Files\Internet Explorer\IEXPLORE.EXE" is the path you should try.Improved Run(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE") Enjoy the complexity.Feel the power of simplicity.
Valuater Posted November 10, 2008 Posted November 10, 2008 (edited) quickest way to open IE and get to the page you want... ShellExecute("www.autoit3.com") EDIT: this uses the "default" browser 8) Edited November 10, 2008 by Valuater
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now