wh1234567 当前离线
上尉
TOP
apang 当前离线
上将
@echo off&Setlocal EnableDelayedExpansion For /f "delims=" %%i in (1.txt) do ( set "aa=%%i" if /i not "!aa:~,7!"=="http://" set "aa=http://!aa!" Start "" "!aa!" Set /a n+=1 Set /a a=!n!%%10 If !a!==0 pause ) pause复制代码
gawk 当前离线
少将
start "" "c:\Program Files\Internet Explorer\iexplore.exe" "www.bathome.net"复制代码