kcd-clan 0 Posted April 17, 2005 How can i add input files. I want it wherer it reads off this file alredy complied to exe reading this config. I want to read cords like in the sorce have. MouseClick("left", 125, #, 2 ,1) And the config u can change where its going to click. 125 and have it click this.from another file after a .exe. Visit mEMy programs made.Iul - IulG-V Console - G-V Console_RandomLetter - _RandomLetter()Saftey Kill - Saftey Killcolorzone() = colorzone() Share this post Link to post Share on other sites
megahyperion 0 Posted April 17, 2005 (edited) You can have autoit read stuff you put in a text file. it does that pretty quick and you can open the text file any time and edit it or even have autoit edit it on the fly. check out FileWrite FileRead etc... in the Help file Edited April 17, 2005 by megahyperion Share this post Link to post Share on other sites
Jos 2,167 Posted April 17, 2005 or you can read/save program settings with: INIRead() INIWrite() SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites