• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    ipclear.vbs源代码
    复制代码 代码如下:

    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


    上一篇:VBS脚本病毒原理分析与防范
    下一篇:whoami.vbs源代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    ipclear.vbs源代码 ipclear.vbs,源代码,ipclear.vbs,