About 353,000 results
Open links in new tab
  1. Do standard Windows .ini files allow comments? - Stack Overflow

    Sep 4, 2009 · Windows INI API support for: Line comments: yes, using semi-colon ; Trailing comments: No The authoritative source is the Windows API function that reads values out of …

  2. filenames - What is the difference between .ini and .conf? - Unix ...

    Nov 6, 2012 · INI is a configuration file standard. A .conf file could be an INI file, or it could be any other configuration system that the application supports. MySQL, for example, uses the file …

  3. ini - where to put initialization files in windows - Stack Overflow

    May 12, 2015 · I have more than one application. for personal reasons, I wouldn't like to use the registry: I prefer plain text initialization files (.ini). I also don't feel like holding the files in the …

  4. c# - Reading/writing an INI file - Stack Overflow

    Oct 20, 2008 · INI handlers can be obtained as NuGet packages, such as INI Parser. You can write your own INI handler, which is the old-school, laborious way. It gives you more control …

  5. Setting the Timezone for PHP in the php.ini file - Stack Overflow

    You are trying to change the timezone for your web server processes, but you are editing the CLI php.ini file (/etc/php5/cli/php.ini) which will change it only when running PHP from the terminal.

  6. Windows batch script to read an .ini file - Stack Overflow

    Oct 25, 2017 · I'm trying to read an .ini file with the following format: [SectionName] total=4 [AnotherSectionName] total=7 [OtherSectionName] total=12 Basically I want to print out …

  7. What is the easiest way to parse an INI file in Java?

    Oct 10, 2008 · One of the requirements is that the ini files that the older application used have to be read as-is into the new Java Application. The format of this ini files is the common windows …

  8. How do I grab an INI value within a shell script? - Stack Overflow

    I have a parameters.ini file, such as: [parameters.ini] database_user = user database_version = 20110611142248 I want to read in and use the database version specified in the parameters...

  9. php.ini is missing/ help to install php - Stack Overflow

    Aug 17, 2021 · The readme file explains this, but PHP comes shipped with two sample .ini files. You'll have to manually copy one (in the same directory) and rename it as php.ini. For local …

  10. Where is MySQL's my.ini located on Windows? - Stack Overflow

    You can find the my.ini file in windows at this location- C:\ProgramData\MySQL\MySQL Server 5.6 the ProgramData folder is a hidden folder, so make the according setting to see that folder.