qwertylol Posted April 15, 2007 Posted April 15, 2007 how do I creat an .ini with values I want use ? that way I can compile au3 to exe and only have to modify this ini for different settings.
Dieuz Posted April 15, 2007 Posted April 15, 2007 Create a .txt file and then change the ".txt" to ".ini".
qwertylol Posted April 15, 2007 Author Posted April 15, 2007 Create a .txt file and then change the ".txt" to ".ini". how do I tell the codes to load the ini into ram and then load which value in to which variable? exp: ini [main] p = 5
AutoItKing Posted April 16, 2007 Posted April 16, 2007 IniRead()IniWrite()Etc.Read the help file!!! http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
qwertylol Posted April 16, 2007 Author Posted April 16, 2007 I don't know what keyword to search for enties !
Helge Posted April 16, 2007 Posted April 16, 2007 I don't know what keyword to search for enties !No need to search if you follow simple logic. Helpfile : AutoIt --> Function Reference --> File, Directory and Disk Management --> ...Also, searching for the simple word "INI" gives you 11 hits. Another thing...did you even think about searching for the function-names he gave you ?
qwertylol Posted April 16, 2007 Author Posted April 16, 2007 No need to search if you follow simple logic. Helpfile : AutoIt --> Function Reference --> File, Directory and Disk Management --> ...Also, searching for the simple word "INI" gives you 11 hits. Another thing...did you even think about searching for the function-names he gave you ?yes, I am working on it right now.
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