Content deleted Content added
Corn cheese (talk | contribs) m →top |
This is a minor edit. I have replaced the image of the HTA window with an updated version that depicts the previous window with identical properties (bar some typographic corrections to be more in-line with the UI of Windows 10) running on Windows 10 instead of on Windows XP. |
||
Line 38:
===Execution===
[[File:
▲[[File:HTA-Hello World example.png|thumb|300x300px|Screenshot of an example window produced by <code>mshta.exe</code>]]
An HTA is executed using the program <code>mshta.exe</code>, or, alternatively, double-clicking on the file. This program is typically installed along with Internet Explorer. <code>mshta.exe</code> executes the HTA by instantiating the Internet Explorer rendering engine (mshtml) as well as any required language engines (such as vbscript.dll).
|