50元RMB做一个 3G无线网卡的拨号程序,后台。或者批处理
50元RMB做一个 3G无线网卡的拨号程序,后台。或者批处理要能判断是否上线。
adsl()
Func adsl()
RunWait(@ComSpec & " /c rasdial "&$adsl_nicheng&" /disconnect","", 0) ;;;断开
Sleep(500)
RunWait(@ComSpec & " /c rasdial "&$adsl_nicheng&" "&$adsl_zhanghao&" "&$adsl_mima,"", 0) ;;;连接
sleep(2000)
adsl_panduan()
EndFunc
Func adsl_panduan()
$PPPIP = Ping("www.baidu.com")
If $PPPIP Then
GUICtrlSetData($_Edit1,"拨号成功,Ping返回值="& $PPPIP&@CRLF,1)
du_qu()
Else
GUICtrlSetData($_Edit1,"拨号失败,请检查宽带账号——密码!"&@CRLF,1)
adsl()
EndIf
EndFunc QQ 九九 二 二 二 五零 吹水哥,拿去玩了。。 碰巧以前做过,有个现成的 不知道用不用得上!几年前写的P了! 还没有弄好。 VPN链接,检查状态,ping啥?
需要自动创建链接吗? 3G程序是安装好的。
页:
[1]