Jump to content

Recommended Posts

Posted

run(@windowsdir & "hh.exe E:\Programs\AutoIt3\AutoIt.chm", "", @SW_MAXIMIZE)

you need to specify what to open it with.

"I'm not even supposed to be here today!" -Dante (Hicks)

Posted

Well that is odd ?

---------------------------

AutoIt Error

---------------------------

Line 1 (File "E:\Programs\AutoIt3\Examples\English\5_24\5_26\runAutoIt.chm.au3"):

run(@windowsdir & "hh.exe E:\Programs\AutoIt3\AutoIt.chm", "", @SW_MAXIMIZE)

Error: Unable to execute the external program.

The system cannot find the file specified.

---------------------------

OK

---------------------------

Posted

hmmm... I know that hh.exe opens chm files in winxp/2000, I don't know what opens it in earlier versions.... you can check the file association of chm... I'll tell you how if you need it

"I'm not even supposed to be here today!" -Dante (Hicks)

Posted

I have XP and there is a hh.exe in windows ( i looked) so what could it be ?

Posted

doh! I realized it...

run(@windowsdir & "\hh.exe E:\Programs\AutoIt3\AutoIt.chm", "", @SW_MAXIMIZE)

"I'm not even supposed to be here today!" -Dante (Hicks)

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
×
×
  • Create New...