Jump to content

How to start CHM helpfile from script


PJThys
 Share

Recommended Posts

Hi,

I can start a winhelp file from a script, but I would like to start a CHM file from a script (push the help button starts my help)

Run("MyHelp.chm") doesn't work

run(@comspec " /c start MyHelp.chm") doesn't work either

(With the older winhelpfiles I could do Run("Winhlp32.exe " & @ScriptDir & "\MyHelp.hlp", but I can't figure it out with CHM files ;)

Thx in advance

Peter

Link to comment
Share on other sites

Been searching whole evening on google, couldn't find this about hh.exe.

You're great ;) CyberSlug

Peter

The hh.exe program in the Windows folder is what opens chm files.

Run('hh.exe "C:\Program Files\AutoIt3\AutoIt.chm"') ;example

Run("hh.exe MyHelp.chm") ;should work for you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...