View Single Post
  #6 (permalink)  
Old 02-13-2004, 03:55 PM
Talyn
Ponderer
Join Date: Jun 2007
Posts: 86
Send a message via MSN to Talyn

If you're simply wanting to decompile a CHM there is actually no need to download anything else; the HTML Help executable can do it from a command prompt:

hh.exe -decompile <folder> <chm>

Where <folder> is the destination folder you want the source files copied to, and <chm> is the source CHM file.
 
Reply With Quote