@echo off
for /f "delims=" %%i in (web.txt) do (
start /min "" "%programfiles%\Internet Explorer\iexplore.exe" "%%i"
for /l %%j in (60,-1,1) do (
cls
echo counting %%j s to open next web
ping 127.1 -n 2 >nul
))
taskkill /f /t /im iexplore.ex
for /f "delims=" %%i in (web.txt) do (
start /min "" "%programfiles%\Internet Explorer\iexplore.exe" "%%i"
for /l %%j in (60,-1,1) do (
cls
echo counting %%j s to open next web
ping 127.1 -n 2 >nul
))
taskkill /f /t /im iexplore.ex