Forum Discussion
ArmandsBruns
13 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
Related Content
- 12 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago