Modifies an existing windows INI file. An INI file has the following format...

[Subject1]
Variable1=Value1
Variable2=Value2

[Subject2]
Variable1=Value1
Variable2=Value2


If the specified Subject or Variable does not exist in the INI file, then the subject and/or variable will be added to the file.