Requirements

conv_all.exe requires the Microsoft .NET Framework 4 which is part of Windows 8 or newer, or which can be downloaded from https://www.microsoft.com/en-us/download/details.aspx?id=17718. And the Microsoft .NET Framework 4 Full Language Pack can be downloaded from https://www.microsoft.com/de-de/download/details.aspx?id=3324.

Syntax

CONV_ALL.EXE filename.tms [filename2.tms ...]

This command converts the named files. The convertion is done by repeatedly invoking the batch file conv_all.bat which converts a single file.

The file conv_all.ini

The file conv_all.ini must be located in the same folder as conv_all.exe. It is an INI file with following keys into the section Settings:

  • Id: Fixed value with the contents {FC41CA46-24D7-4916-97EA-6A3214F25527}
  • NoWindow: 0 – create a separate window for the calling process; 1 – don't create a separate window for the calling process;
  • Exe: Name of the executable/batch file. The placeholder %p% can be used for the conv_all's folder name.
  • Arg: The arguments of the calling process. The placeholder %fe% can be used for the full file name. Also the string can be enclosed in single quotation marks.