1.
if you know a specific topic in the CHM file, you can use
hh mk:@MSITStore::/path/filename.chm::/path\topicname.htmfor example:
hh mk:@MSITStore:C:\windows\system32\sqlsodbc.chm::/_data_source_wizard_screen_4.htm
mk:@MSITStore represents the temp holder to extract html files packed by the CHM file.So r.exec("C:/windows/hh.exe C:/KAV32.chm") is enough.2.
open .doc
r.exec("C:/program files/microsoft office/office10/winword 1.doc");your winword.exe may be placed in other folders.