Hey Taz,
Here is a quick easy way to trap the IE Quit event.
Just add this "_onQuit" Sub to your script:
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
objExplorer.Navigate "file://D:\Deploiement_EE\deploiement_EE.html"
objExplorer.ToolBar = 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.