An HTML Application (HTA) is a Microsoft Windows program whose source code consists of HTML, Dynamic HTML, and one or more scripting languages supported by Internet Explorer, such as VBScript or JScript.
I am trying to call a powershell script from HTML Application [HTA] as : Set WshShell = CreateObject("WScript.Shell") Set retVal = …
powershell hta