主頁 > 知識庫 > 清空iis log 中自己登錄ip的vbs

清空iis log 中自己登錄ip的vbs

熱門標簽:金昌電話機器人價格 個人可以辦理400電話么 怎么在地圖標注自己 武夷山旅游地圖標注 外呼系統(tǒng)API接口 萊西電子地圖標注 縣域地圖標注打印店 修改地圖標注 鳳臺百度地圖標注店
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

標簽:赤峰 涼山 清遠 南京 邢臺 通遼 楚雄 上海

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