asfaloth Posted August 3, 2013 Posted August 3, 2013 Hello everyone, i'm really noob with autoit, since i've never coded nothing, but i think i get the mechanichs, In an autoit script that i downloaded, the script uses a .txt file as setting! Like: #Use this settings to change stuff setting1= 1 setting2= false and more. What i ask is: how can a script interact with a txt file? I know it's probably obvious but as i said, i'm a complete newbie x)
Solution robertcollier4 Posted August 3, 2013 Solution Posted August 3, 2013 Read about INI Files: http://en.wikipedia.org/wiki/INI_file http://www.autoitscript.com/autoit3/docs/functions/IniRead.htm http://www.autoitscript.com/autoit3/docs/functions/IniWrite.htm
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