Frit 0 Posted February 8, 2007 (edited) Hello, ppl! I want a little help with something i'm programming right now. Here it is: i made a code to store lines in a text. These lines are au3 codes like "send("test")" and I have stored them with FileWriteLine. Until here, it's all right. Now, I want to take all the lines in the .txt and play them as command lines in my script when a button is pressed, something like that: If $msg = $button then "lines of the .txt file" endif Is this even possible? Help please ;P Edited February 8, 2007 by Frit Share this post Link to post Share on other sites
SmOke_N 207 Posted February 8, 2007 If I'm understanding you, FileWrite+/AutoIt3ExecuteScript should do it. Hide SmOke_N's signature Hide all signatures Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites
Frit 0 Posted February 8, 2007 What is /AutoIt3ExecuteScript ? I can't find it at the help file :S Share this post Link to post Share on other sites
SmOke_N 207 Posted February 8, 2007 (edited) What is /AutoIt3ExecuteScript ? I can't find it at the help file :SDownload the 3.2.2.0 release version if you don't have it already.Open the help fileSearch TabType in: AutoIt3ExecuteScriptClick List Topics Edited February 8, 2007 by SmOke_N Hide SmOke_N's signature Hide all signatures Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites