Advertisement
appo

Copy yourself in the Windows folder

Dec 27th, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.09 KB | None | 0 0
  1. CopyFile(PChar(ParamStr(0)), PChar('C:\Windows\your program.exe'), True);
  2.  
  3. // Coded by Appo //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement