Advertisement
Guest User

Untitled

a guest
May 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @echo off
  2.  
  3. %1 %2
  4. ver|find "5.">nul&&goto :st
  5. mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :st","","runas",1)(window.close)&goto :eof
  6. :st
  7. copy "%~0" "%windir%\system32\"
  8.  
  9. python d:\123.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement