kjactive Posted August 22, 2005 Posted August 22, 2005 I'm strugling around the inet to lookup how to write a .dat file ( is this binare or strait txt ) - how do I write a .dat file that IniRead supports... kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
Gigglestick Posted August 22, 2005 Posted August 22, 2005 (edited) IniRead reads plain-text files. Search your Windows folder for several examples of INI files and check the help for IniWrite to create one. Edit: It sounds like you want to create an INI file with a .dat extension. Just set the filename you're passing to IniWrite and IniRead to have a .dat instead of .ini. File extensions are irrelevant to how you use them, they're just an indicator to the user and to the operating system as to what to expect the file to contain. You might just want to stick to .ini unless there's a reason to "hide" the fact that it's an INI file because .dat could be ANY form of data. Edited August 22, 2005 by c0deWorm My UDFs: ExitCodes
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