level 6
if( (_set["自动拔号"] + 0) ~=0) then if(math.mod(ape:runCount(),_set["拔号间隔次数"]+0)==0) then win.messagePrint("正在挂断当前拔号连接:".._set["拔号连接名"]) win.exec("C:\\WINDOWS\\system32\\rasdial.exe"," ".._set["拔号连接名"].." /DISCONNECT"); delay(2*1000); --延时2秒 win.messagePrint("正在重新拔号:".._set["拔号连接名"]) win.exec("C:\\WINDOWS\\system32\\rasdial.exe"," ".._set["拔号连接名"].." ".._set["拔号用户名"].." ".._set["拔号密码"]); delay(2*1000); --延时2秒 end; end;
2005年10月16日 03点10分