View Single Post
Old 07-03-03, 10:30 AM   #4 (permalink)
Talyn
Guest
 
Posts: n/a
Actually you don't need to HTML Help Workshop to decompile CHM files. Just open a dos prompt and type:

hh.exe -decompile <folder> <chm>

<folder> is the destination folder to decompile to, and <chm> is the source .chm to decompile. Hh.exe is the HTML Help executable, which is already on your system.
  Reply With Quote