|
 5 Using Command-Line
You can use Word-2-CHM command line when you need Word-2-CHM
to create CHM file automatically for you in batch file, or in scheduled task,
etc. The command line of Word-2-CHM is as below:
|
Word-2-CHM.exe /pFile=project.word2chm
[/pAuto=1] [/pOverwrite=1]
|
Or
|
project.word2chm [/pAuto=1] [/pOverwrite=1]
|
Comments:
/pFile=project.word2chm: The Word-2-CHM project file you want
to open.
/pAuto=1: Create the CHM file automatically and then close
Word-2-CHM.
/pOverwrite=1: Overwirte existing CHM file without prompts.
 |