Word-2-Web supports command line. You can use it in batch file, or in scheduled task, etc. for creating Web help system automatically. The command line of Word-2-Web is as below:
Word-2-Web.exe /pFile="project.word2web"[;Auto=1][;Overwrite=1]
or
"project.word2web" [/pAuto=1] [/pOverwrite=1] [/pQuiet=1]
[Command line options]
|
File=project.word2web |
The Word-2-Web project file you want to open. |
|
Auto=1 |
Create the web help system automatically
and then close |
|
Overwrite=1 |
Overwirte existing Web help files without prompts. |
|
Quite=1 |
Quite mode, without any prompts. |
[Examples]
Word-2-Web.exe /pfile="d:\company documents\product.word2web";auto=1;overwrite=1
"d:\company documents\product.word2web" /pauto=1;overwrite=1;quiet=1