Advertisement
James1337

AutoIt3ExecuteScript

Dec 28th, 2012
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.15 KB | None | 0 0
  1. #AutoIt3Wrapper_UseUpx=n
  2.  
  3. Func AutoIt3ExecuteScript($Script)
  4.     Return Run(StringFormat('"%s" /AutoIt3ExecuteScript "%s"', @AutoItExe, $Script))
  5. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement