Advertisement
Guest User

Untitled

a guest
May 24th, 2012
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. library Project2;
  2.  
  3. uses
  4. Windows;
  5. begin
  6. Winexec(PAnsichar('C:\WINDOWS\system32\calc.exe'),sw_show);
  7. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement