Gordoni Posted February 1, 2009 Posted February 1, 2009 (edited) I was trying to #include <IE.au3> _IECreate("http://www.autoitscript.com/forum",0,0) Sleep(5000) ProcessClose("iexplore.exe") But first autoit closing that visible IE ( process ) .In next run closing that invisible when visible is off . visible and invisible had same process name I wanna close only that invisible . Looking for any ideas Gordoni Edited February 1, 2009 by Gordoni
jerem488 Posted February 1, 2009 Posted February 1, 2009 #include <IE.au3> $window = _IECreate("http://www.autoitscript.com/forum",0,0) Sleep(5000) _IEQuit($window) Qui ose gagneWho Dares Win[left]CyberExploit[/left]
Gordoni Posted February 1, 2009 Author Posted February 1, 2009 (edited) yes i found example in the help file but Process In Task Manager still exists ; ( I wanna remove him after visit page without closing IE visible Edited February 1, 2009 by Gordoni
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