Draegon Posted July 12, 2010 Posted July 12, 2010 My script is simply Run("iexpore.exe") When ever I try this once compiled or when I hit Go (F5) it doesn't open. Although Run("notepad.exe") does. I also tried opera.exe and it wouldn't open? Anyone know a cause?
1957classic Posted July 12, 2010 Posted July 12, 2010 My script is simply Run("iexpore.exe") When ever I try this once compiled or when I hit Go (F5) it doesn't open. Although Run("notepad.exe") does. I also tried opera.exe and it wouldn't open? Anyone know a cause? Try this: Run(@ProgramFilesDir & "\Internet Explorer\iexplore.exe")
Sobiech Posted July 12, 2010 Posted July 12, 2010 (edited) Or maybe better way is to use _IECreate ? IECreate -------------------------------------------------------------------------------- Create an Internet Explorer Browser window. You can add there start www page etc. etc. eg. #include <IE.au3> _IECreate ("www.autoitscript.com") Edited July 12, 2010 by Sobiech This world is crazy
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