Gif Posted October 1, 2007 Posted October 1, 2007 ah i thought i have solved that problem before but here it pops up again... does anyone knows a way to execute a string as a code? for example if a file has written in it Msgbox(0, '', '') then how do i execute it into my script? i can read the file but it will return a string. i have tried Call() and Execute() without success thanks in advance
Zedna Posted October 1, 2007 Posted October 1, 2007 Look at /AutoIt3ExecuteScript and /AutoIt3ExecuteLine commandline swirches. Resources UDF ResourcesEx UDF AutoIt Forum Search
Gif Posted October 1, 2007 Author Posted October 1, 2007 i need this in my compiled script even without autoit installed
ResNullius Posted October 1, 2007 Posted October 1, 2007 i need this in my compiled script even without autoit installed Like Zedna said, check the helpfile for the topics suggested:when used with the macro @AutoItExe it will be your compiled script that executes the code, not the installed AutoIt.
Gif Posted October 1, 2007 Author Posted October 1, 2007 (edited) nevermind i found a workaround Edited October 1, 2007 by Gif
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