赵特志吧 关注:27贴子:524
  • 0回复贴,共1

open web.txt in order

只看楼主收藏回复

@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


IP属地:广西1楼2015-12-24 23:57回复