Jump to content

[Solved] Every Folder Has Windows Batch File. What Happen?


sri

Recommended Posts

Please help.

Why my every folder has Windows Batch File? Is this dangerous?

Batch file code:

set h=For%h% /R "D:\" /D %%a in (*) do copy %0 "%%~fa\%%~nxa.bat"

Screenshot:

post-80695-0-92636500-1420940662_thumb.p

Link to comment
Share on other sites


  • Replies 6
  • Views 2k
  • Created
  • Last Reply

Just replace "copy" with "del" in one of those batch files and then run it (as administrator, if required).



Otherwise try this (it's in indonesian so you probably won't need Google Translate like i did). :P



It's not a virus or dangerous, it's a POS script kiddy copy&paste garbage creator, nothing more. :lol:


Link to comment
Share on other sites


Just replace "copy" with "del" in one of those batch files and then run it (as administrator, if required).

Otherwise try this (it's in indonesian so you probably won't need Google Translate like i did). :P

It's not a virus or dangerous, it's a POS script kiddy copy&paste garbage creator, nothing more. :lol:

Not worked. Should i turn off my AntiVirus?

It's worked :)

set h=For%h% /R "D:\" /D %%a in (*) do del %0 "%%~fa\%%~nxa.bat"
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...