ghettochild Posted May 29, 2004 Posted May 29, 2004 run("iexplore") doesnt always run. and it doesnt seem to work when i add the extension and the working dir either.
CyberSlug Posted May 29, 2004 Posted May 29, 2004 Run(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE")Hope that works Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
bobheart Posted May 29, 2004 Posted May 29, 2004 How would you add a page on this to open when it runs ? Run(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE")
CyberSlug Posted May 29, 2004 Posted May 29, 2004 $website = "http://www.autoitscript.com" Run(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE" & " " & $website) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
herworth Posted May 30, 2004 Posted May 30, 2004 But why not just add it to 'Favorites'. [u][font="Arial"]Pete[/font][/u]
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