This is my first post on the forum, excuse me if I am in the wrong category.
I have done a search but couldn't find any previous solutions.
What I am trying to do is sort a simple bat file, that will close all instances of IE running, and reopen an instance of it.
I have a display screen that displays info from a live SQL database, as such periodicaly it drops the display when there is a conflict.
What I am trying to do is build a batch file to close IE and reopen it, and add it as a scheduled task to start every morning, and run every half hour.
What I have done so far is just a simple "stop iexplore.exe" "start iexplore.exe"
This opens a new instance of IE but doesn't close the previous.
Any help would be much appreciated.
Cheers
Alex