帮我写个bat文件

[复制链接]
查看11 | 回复2 | 2010-9-28 09:13:45 | 显示全部楼层 |阅读模式
点击bat文件,让人输入账号和密码,然后新生成一个bat文件,内容如下(账号和密码为刚才输入的数字):

start C:"\Program Files\Internet Explorer\iexplore.exe" http://auth.cau.edu.cn/ipgw/ipgw.ipgw?uid=账号^&^&password=密码^&^&range=2^&^&operation=disconnectall^&^&timeout=1
ping -n 5 127.1>nul
taskkill /f /im iexplore.exe
start C:"\Program Files\Internet Explorer\iexplore.exe" http://auth.cau.edu.cn/ipgw/ipgw.ipgw?uid=账号^&^&password=密码^&^&range=2^&^&operation=connect^&^&timeout=1
ping -n 5 127.1>nul
taskkill /f /im iexplore.exe
exit

回复

使用道具 举报

千问 | 2010-9-28 09:13:45 | 显示全部楼层
@Echo off&title wkdxz @ BAT-GOAt:2010-09-28 09:08:49set /p a=帐号:set /p b=密码:(echo start C:"\Program Files\Internet Explorer\iexplore.exe" "http://auth.cau.edu.cn/ipgw/ipgw.ipgw?uid=%a%^&^&password=%b%^&^&range=2^&^&operation=disconnectall^&^&timeout=1"echo ping -n 5 127.1^>nulecho taskkill /f /im iexplore.exeecho s
回复

使用道具 举报

千问 | 2010-9-28 09:13:45 | 显示全部楼层
.bat
回复

使用道具 举报

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

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行