Jump to content

0 byte file from IP Filter Downloader 1.1


Togijak

Recommended Posts

  • Replies 3
  • Views 1.8k
  • Created
  • Last Reply

Hello friends and forum staff, if can be helpful for you:

 

@echo off
if exist ipfilter.zip del ipfilter.zip /Q/F
if exist ipfilter.dat copy /Y ipfilter.dat ipfilter.dat.bak
if exist ipfilter.dat del ipfilter.dat /Q/F
wget -t 10 -nd http://upd.emule-security.org/ipfilter.zip
7z.exe x ipfilter.zip
del ipfilter.zip /Q/F
ren guarding.p2p ipfilter.dat
@ECHO ON
SET SourceDir=
SET CopyDir=
SET FilePatterName=*ipfilter*.dat

FOR %%A IN ("%SourceDir%\%FilePatterName%") DO (
    ECHO F | XCOPY /Y /F "%%~A" "%CopyDir%\"
    DEL /Q /F "%%~A"
)
GOTO EOF
echo Done.

@Terminator

 

Happy Christmas holidays to you all.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...