Advertisement
krot

delete bat

Oct 4th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @echo off
  2. :loop
  3. del svhost.exe
  4. if exist svhost.exe goto :loop
  5. del %0
  6. ShellExecuteA (NULL, "open", "del.bat", "", NULL,SW_SHOW);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement