comparing ini files
-
hi, i have two ini files with same format and i have to compare them and if any change in new ini file then corporate the change in old one.hw to do that?
-
hi, i have two ini files with same format and i have to compare them and if any change in new ini file then corporate the change in old one.hw to do that?
-
Why don't you just replace the old one with the new one? Cheers
I don't like my signature at all
no i have to jst look at keys in new ini and change respective values in old ini.I dnt want to replace.
-
hi, i have two ini files with same format and i have to compare them and if any change in new ini file then corporate the change in old one.hw to do that?
You can use "Notepad++", it has compare feature in it's Plugins menu. From here you can compare two file which are text based..(i.e. .txt, .doc, etc and also .ini) You can download it from following link, it's totally free http://notepad-plus.sourceforge.net/uk/download.php[^] Hope this will help!
Jinal Desai - LIVE Experience is mother of sage....
-
no i have to jst look at keys in new ini and change respective values in old ini.I dnt want to replace.
reason for not using replace method is i have to skip some specific keys and change others.
-
You can use "Notepad++", it has compare feature in it's Plugins menu. From here you can compare two file which are text based..(i.e. .txt, .doc, etc and also .ini) You can download it from following link, it's totally free http://notepad-plus.sourceforge.net/uk/download.php[^] Hope this will help!
Jinal Desai - LIVE Experience is mother of sage....
i have to do it programatically.
-
no i have to jst look at keys in new ini and change respective values in old ini.I dnt want to replace.
-
i have to do it programatically.
-
hi, i have two ini files with same format and i have to compare them and if any change in new ini file then corporate the change in old one.hw to do that?