topten Posted February 16, 2015 Posted February 16, 2015 (edited) Is it possible to read the code from txt file and then execute it? I mean something like $code = fileread ("1.txt") Execute the $code or callfunction? Edited February 16, 2015 by topten
jguinch Posted February 16, 2015 Posted February 16, 2015 It is possible to execute an external code using the /AutoIt3ExecuteLine or /AutoIt3ExecuteScript parameters. But it's not made for including functions to your code. Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
JohnOne Posted February 16, 2015 Posted February 16, 2015 Execute("MsgBox(0,0,0)") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now