groovel Posted April 6, 2004 Posted April 6, 2004 is there a way i can have autoit open internet explorer to a certain page also, is there a way i can have autoit pause until the next page loads, ie if it is in a loop?
scriptkitty Posted April 6, 2004 Posted April 6, 2004 (edited) Run('C:\Program Files\Internet Explorer\IEXPLORE.EXE "http://www.hiddensoft.com/forum/index.php?showtopic=1935"') part2 Run('C:\Program Files\Internet Explorer\IEXPLORE.EXE "http://www.hiddensoft.com/forum/index.php?showtopic=1935"','',@SW_MINIMIZE) WinWait("HiddenSoft Forums","Done") winsetstate("Hidden","Done",@SW_RESTORE) Edited April 6, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
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