批处理带记录功能

[复制链接]
查看11 | 回复1 | 2009-1-9 21:29:47 | 显示全部楼层 |阅读模式
.. 记录此次获取得ip 下次运行所得与上次相同则再运行一次
@echo off
:ag
echo "断开连接..."
rasdial adsl连接名字 /disconnect
echo "等待"
echo Wscript.Sleep Wscript.Arguments(0) * 1000>Delay.vbs
Delay.vbs 2
del Delay.vbs
echo OK!
echo "重新连接..."
rasdial adsl连接名字 账号 密码
pause
goto ag

回复

使用道具 举报

千问 | 2009-1-9 21:29:47 | 显示全部楼层
@echo off :ag del /q/f 2.txt start /wait "" "Rasphone" /h 宽带连接 rasdial 宽带连接 账号 密码 for /f "tokens=2 delims=:" %%i in ('ipconfig /all^|find "IP Address"')do echo %%i>>2.txt fc 2.txt 1.txt>nul if %errorlevel%==0 goto ag ::这里写你要写的工作内容 echo 这次IP和上次IP不一样del /q/f 1.txt&&ren 2.txt 1.txt goto ag...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行