主頁 > 知識庫 > ipclear.vbs源代碼

ipclear.vbs源代碼

熱門標(biāo)簽:福建醫(yī)療智能外呼系統(tǒng)哪家好 琿春電子地圖標(biāo)注 百度地圖標(biāo)注的位置怎么更改 地圖標(biāo)注都什么意思 龍族幻想白銀異聞天使地圖標(biāo)注 鴿森地圖標(biāo)注 聯(lián)通能辦理400電話是多少錢 福建外呼系統(tǒng)購買 菏澤電銷機(jī)器人管理軟件
復(fù)制代碼 代碼如下:

Option Explicit 

Dim sourcefile,ipaddress,objargs

const destfile="tempfile"
Const ForWriting = 2

Dim Text
Dim fso,objNet,ServiceObj
Dim txtStream, txtStreamOut 

Set objArgs = WScript.Arguments 
If objArgs.Count = 2 Then 
sourcefile=objArgs(0)
ipaddress=objargs(1)
Else
wscript.echo "Parameter Error"+ vbcrlf
wscript.Echo "USAGE:KillLog.vbs LogFileName YourIP."
wscript.Quit 1
End If


Set fso = CreateObject("Scripting.FileSystemObject")
if fso.FileExists (sourcefile) then
Set objNet = WScript.CreateObject( "WScript.Network" )
Set ServiceObj = GetObject("WinNT://"  objNet.ComputerName  "/w3svc")
Set objNet=nothing
ServiceObj.stop
wscript.sleep 6000
Set txtStream = fso.OpenTextFile(sourcefile) 
Set txtStreamOut = fso.OpenTextFile(destfile, ForWriting, True)
Do While Not (txtStream.atEndOfStream) 
Text = txtStream.ReadLine 
if instr(Text,ipaddress)=0 then
txtStreamOut.WriteLine Text 
end if
Loop

Set txtStream = Nothing 
Set txtStreamOut = Nothing

WScript.Echo "The log file-- "  sourcefile " has cleaned your IP!"
Else
WScript.Echo "The Log file-- "  sourcefile  " has not found!"
Wscript.quit
End If
fso.Copyfile destfile, sourcefile
fso.deletefile destfile
Set fso=Nothing
ServiceObj.start
Set ServiceObj = Nothing


標(biāo)簽:丹東 資質(zhì)掛靠 鶴壁 南京 柳州 內(nèi)蒙古 達(dá)州 張掖

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ipclear.vbs源代碼》,本文關(guān)鍵詞  ipclear.vbs,源代碼,ipclear.vbs,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ipclear.vbs源代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于ipclear.vbs源代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章