Yes, both EXEs need to be in the same place for the parser to work. The front end gathers the profile number and INI location, passes it to the parser, the parser reads in the INI, outputs the XML, and writes a log; the front-end reads the log into the list box at the bottom of the window. (New feature on this version)
The front end now also does basic sanity checking on the INI file location, so we shouldn't end up with blank XMLs anymore. I considered adding similar functionality to the parser itself, but I honestly don't think many people will run it from the command line, so having the front-end check it should be good enough.
Still working on icons. Also still trying to decide where to put the resulting XML file. Right now it gets put wherever the parser is, but I'd like to have it autoinstall in some way. Not entirely sure how I want to handle that.
__________________
|