Usage: WinCHM [path]projectName [/[H][W][D][P][S]]

/H : Compile html help
/W: Create Web help
/D: Create Microsoft Word document
/P: Create PDF

/S: Create Single HTML file

Example 1:

Open project "c:\project\a.wcp" and compile the html help(chm).

WinCHM "c:\project\a.wcp" /h

Example 2:

Open project "c:\project\a.wcp" and create html help, web help and single html file at the same time.

WinCHM "c:\project\a.wcp" /hws