CODE: [Copy to clipboard]@echo off :begin set /a n+=1 if %n% equ 3 set n=1 start /wait "" "%n%.vbs" taskkill /im iexplore /f&goto begin