Running HyperMaker from other programs

HyperMaker can work as a helper program, started by other application that passes the publication file name to compile as a command-line argument to HyperMaker.

Before running HyperMaker from any other program, you should have created an HyperMaker Publication file.

After that you can call HyperMaker passing as the first command line parameter the name of the publication file, the second parameter should be the name of the ebook to be created.

It is possible to specify either. htz5 or .exe as file extension for the second parameter.

If there is any file with the same name in the specified path, it will be deleted.

Enclose the parameters in double quotes in case there are spaces in the file path or name.

Example:

hm3001.exe "e:\spring projects\newwindow\newwindow.hmpub" "c:\temp files\cc.exe"

or

hm3001.exe "e:\spring projects\newwindow\newwindow.hmpub" "c:\temp files\cc.htz5"