Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

32 Automating Mif2Go conversions > 32.4 Automating conversion workflow > 32.4.2 Executing system commands before and after conversion > 32.4.2.3 Changing configuration settings with system commands


32.4.2.3 Changing configuration settings with system commands

You can use a system command to make an arbitrary run-time change to a project configuration file, by having the command invoke command-line utility setini.exe, which is included in the Mif2Go distribution.

Command setini changes the value of a single setting:

setini inifile.ini section keyword value

For example:

setini mif2htm.ini HTMLOptions NoFonts Yes

would exclude the use of <font> tags in HTML output. To achieve this via system command, you would specify:

[BookFileCommands]

BookStartCommand = setini mif2htm.ini HTMLOptions NoFonts Yes



32 Automating Mif2Go conversions > 32.4 Automating conversion workflow > 32.4.2 Executing system commands before and after conversion > 32.4.2.3 Changing configuration settings with system commands