Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search Help and Tools
#5
QM uses Windows hh.exe to decompile qm help file into html files. Probably it does not decompile for some reason (what is your Windows version?). Try to run this macro. It tries to decompile QM help file like help indexer does, but to another folder. it then opens the folder. If successfully decompiled, the folder should contain many subfolders containing html files. Also the macro shows folder path and hh.exe command line in qm output.

Macro
Code:
Copy      Help
str m_dir.expandpath("$Common AppData$\GinDi\Quick Macros\HelpIndex debug")
str dirhh.from(m_dir "\hh")
del- dirhh; err
mkdir dirhh
str shf.dospath(dirhh) schm.dospath("$qm$\qm2help.chm") cl.format("-decompile %s %s" shf schm)
run "hh.exe" cl "" "" 0x400
run dirhh

out dirhh
out cl


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)