I would like to go to a certain link every 10 minutes. I did a batch file to run an IE instance with path specified:
start /d iexplore.exe http://dbmsportal/generateXML.php
Task completes well, but the problem is Task Scheduler creates a new instances of iexplore each time.
I am new in a CMD commands could someone suggest me how to regularly proceed bat file within one instance. Maybe I have to kill the process each time?