I am on Vista x64, so I have to deal with the 32-bit / 64-bit barrier.
OMT
- C: \ Windows \ system32 \ mshta.exe (Mshta32)
- C: \ Windows \ syswow64 \ mshta.exe (Mshta64)
Launch
- "mshta32 foo.hta" may use mshta32 or mshta64 depending on what is associated with the HTA
- The same thing happens if "mshta64 foo.hta" is used.
- "cmd / C start foo.hta" will have the same effect.
Debugger
- MS Script Editor (from Office XP / 2003) for debugging JS in IE / HTA
debugger, , IE9 . , mshta.exe ( 32 ). !
EDIT:
:
.