Have cmd script help file in HTA format, it open every time user press key ‘h/H’ through script. Want to HTA jump to its specific part by context from where help is called (as usual in windows help files), but not sure how to do it. Thinking to pass anchor name as a parameter of mshta.exe, and than process in
Tag: vbscript
Javascript – getting path of file dropped into HTA
I am building a little HTA for personal use, and would like to be able to drag and drop a file to the interface. Once the file is dropped, I would either automatically run it (assuming it fits some parameters I set, like file extension), or at least fill in the input box on the HTA interface. I’ve searched extensively,