Forum Discussion
ArmandsBruns
14 years agoFrequent Contributor
I solved the problem with index:
Set index1 = Sys.Process("iexplore")
Set index2 = Sys.Process("iexplore", 2)
Set index3 = Sys.Process("iexplore", 3)
If index1.exists and index2.exists and index3.exists then
index2.Terminate()
Call Sys.Refresh()
End if
Set index1 = Sys.Process("iexplore")
Set index2 = Sys.Process("iexplore", 2)
Set index3 = Sys.Process("iexplore", 3)
If index1.exists and index2.exists and index3.exists then
index2.Terminate()
Call Sys.Refresh()
End if