XmlToIdc Usage:
XmlToIdc.exe <category> ...

Where <category> is one of the following:
    tables <cal-id>
    stdparam <cal-id> <ssm-base>
    extparam <ecu-id>

ecu-id: ECU identifier, e.g. 2F12785606
cal-id: Calibration id, e.g. A2WC522N
ssm-base: Base address of the SSM 'read' vector, e.g. 4EDDC

And you'll want to redirect stdout to a file, like:
XmlToIdc.exe ... > Whatever.idc
