Merge tool for .ini files - request - Printable Version
+- All-Aircraft-Simulations (
https://allaircraftsimulations.com)
+-- Forum: IL2 MODS Download & Discussion (
https://allaircraftsimulations.com/forumdisplay.php?fid=267)
+--- Forum: IL-2 4.09m (
https://allaircraftsimulations.com/forumdisplay.php?fid=348)
+---- Forum: IL2 MODS Discussion Section 4.09m (
https://allaircraftsimulations.com/forumdisplay.php?fid=292)
+---- Thread: Merge tool for .ini files - request (
/showthread.php?tid=53302)
Merge tool for .ini files - request - Fisneaky - 02.04.2008
With a number of mods being released now that add Objects, ships etc.
Is there any chance of a utility, similar to the filelist merge program that can merge the .ini files?
- Guest - 02.04.2008
flc does not merge ini files it simply removes duplicates - i normally write a simple batch program which starts with the rar.
it merges files simply with this dos command...
copy file1.ini + file2.ini
this merges the 2 files together
i can write a simple exe that merges ini files together if you let me know which ini files
- Fisneaky - 02.04.2008
Thanks , if the dos commands will do it that will be OK.
Quote:copy file1.ini + file2.ini
Is that all or do you have to name a file for output?