Advertisement
Puntoinfinito

Melt.bat - Puntoinfinito

Jul 15th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.22 KB | None | 0 0
  1. @ECHO OFF
  2. title Melt
  3. if exist C:\windows\system32\melt.bat (goto :null) else (goto :next)
  4. :next
  5. copy %0 C:\windows\system32
  6. start C:\windows\system32\melt.bat
  7. del /Q %0
  8. exit
  9. :null
  10. Echo.Estoy en %0
  11. pause > nul
  12. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement