1 / 2
文档名称:

内外网登陆脚本使用说明.doc

格式:doc   大小:67KB   页数:2页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

内外网登陆脚本使用说明.doc

上传人:xunlai783 2018/6/23 文件大小:67 KB

下载得到文件列表

内外网登陆脚本使用说明.doc

文档介绍

文档介绍:,保持目录中的文件在同一目录下。

将红色字体部分,更改为自己的网络连接名称
net start "Wireless Zero Configuration"
netsh interface set interface "本地连接" DISABLED
netsh interface set interface "本地连接" ENABLED
sleep 30


将红色字体部分,更改为自己的网络连接名称
net stop "Wired AutoConfig"
net stop "Wireless Zero Configuration"
netsh interface set interface "本地连接" DISABLED
netsh interface set interface "本地连接" ENABLED

将红色字体部分,更改为自己的网络连接名称,用户名,密码
With CreateObject("")
Do
100
Loop Until .AppActivate("本地连接")
500
.SendKeys "yxcrm_wangpeng"
100
.SendKeys "{TAB}"
100
.SendKeys "qfBKtNV304"
100
.SendKeys "{TAB}"
100
.SendKeys "CHANGSHANG"
100
.SendKeys "{TAB}"
100
.SendKeys "{ENTER}"
10000
End With
,双击*.bat 就可以自由转换了