0

我已将test.bat文件转换为windows中的test.exe使用工具。当我运行文件时。我收到错误消息iexpresstest.exe

Error Creating process<command.com /c
c:\Users\Vamsi\AppData\Local\Temp\4\IXP000.TMP\test.bat>.
Reason:The system cannot find the file specified

当我运行test.bat它工作正常。

4

1 回答 1

0

错误的原因是在使用 iexpress 生成 exe 时。

在 Iexpress 向导中

goto - 安装程序以启动页面

“安装程序”选项卡 - 键入 ascmd /c "test.bat"而不是test.bat仅从下拉列表中选择

于 2019-11-04T09:43:06.293 回答