Hi,
Can any one help me how to open a html page in HM.
i tried the below way, it is working only when there is an internet explorer opend else not working , how to fix the same.
proc openfil { } {
package require dde
set FilePath [file join [hm_info -appinfo SPECIFIEDPATH hm_scripts_dir] 'help' 'page.html']
catch {dde execute -async iexplore WWW_OpenURL '$FilePath' }
}
openfil
looking forward to your replie....