genuinekiller Posted May 28, 2007 Posted May 28, 2007 how do i make a ini file for a script i have wrote?
Gif Posted May 28, 2007 Posted May 28, 2007 how do i make a ini file for a script i have wrote?IniWrite()then IniRead()just look at help file...
McGod Posted May 28, 2007 Posted May 28, 2007 [Category] Test=Seven IniRead("Cat.ini", "Category", "Seven", "Default") [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Zedna Posted May 28, 2007 Posted May 28, 2007 [Category] Test=Seven IniRead("Cat.ini", "Category", "Seven", "Default") $value = IniRead("Cat.ini", "Category", "Test", "Default") Resources UDF ResourcesEx UDF AutoIt Forum Search
Gif Posted May 28, 2007 Posted May 28, 2007 (edited) 1) help file2) Functions page3) Au3Libthen forums Edited May 28, 2007 by c4nm7
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