Please enable JavaScript to view this site.

Navigation: Publishing > Command Line Publishing

Output to multiple formats

Scroll Prev Top Next More

You can generate output to multiple formats with the command line, either by calling publishing tasks defined in the Task Manager or by defining the output formats directly.  You can also achieve this with multiple command lines stored and executed with INI and batch files.

Syntax for executing publishing tasks in the command line:

HELPMAN.EXE <path>\projectfile.hmxz /TSK="taskname:actionname" /TSK="taskname:actionname"...

Syntax for selecting multiple formats directly in the command line:

HELPMAN.EXE <path>\projectfile.hmxz /<format1> /<switches> /<format2> /<switches> ...

Each format switch must be directly followed by all the switches you want to apply to that format. Each format must have its own set of switches, they are not applied to multiple formats.

See also:

.INI and batch files