Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可以创建独立 HTA的应用程序,这意味着无需'mshta.exe'运行且不留下任何临时文件?我试过'htaedit'了,但它需要'mshta.exe'并留下临时文件。
'mshta.exe'
'htaedit'
我不认为 hta 可以独立运行。它更像是一种由 mshta.exe 解释的解释性语言。有点像 jvm 如何解释 java 字节码
您可以使用 iexpress.exe 创建一个自提取驱动器:
mshta <the hta filename>.hta
iexpress 通常用于创建快速而肮脏的安装程序。我在找到将.bat/.cmd文件转换为.exe
.bat
.cmd
.exe