Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :loop
- del svhost.exe
- if exist svhost.exe goto :loop
- del %0
- ShellExecuteA (NULL, "open", "del.bat", "", NULL,SW_SHOW);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement