Compiling help project to an additional directory? David_J 2 years ago 2 comments Is it possible to specify an additional location to get a copy of the compiled help file? 7 Comments Eugene 2 years ago You can use the Compilation Task Manager (Ctrl+F9). https://www.helpsmith.com/webhelp/topics/compilation-tasks.htm 6 Eugene 2 years ago Alternatively, you can use command line compilation. For example: helpsmith c:\myproject.hsm /hh=c:\location1\file1.chm xcopy c:\location1\file1.chm c:\location2\file2.chm For more details, you can visit: https://www.helpsmith.com/webhelp/topics/command-line-parameters.htm 5
You can use the Compilation Task Manager (Ctrl+F9).
https://www.helpsmith.com/webhelp/topics/compilation-tasks.htm
Alternatively, you can use command line compilation.
For example:
For more details, you can visit:
https://www.helpsmith.com/webhelp/topics/command-line-parameters.htm