我尝试使用 cfexecute 运行 test.bat 文件。加载一段时间后显示超时错误。输出文件为空白。但是当我双击 test.bat 文件时,它工作正常。我的代码是这样的,
<cfexecute name="C:\Windows\System32\cmd.exe" arguments="/C C:\ColdFusion2018\cfusion\wwwroot\test.bat" timeout="60" outputfile="C:\ColdFusion2018\cfusion\wwwroot\log_output1.txt"></cfexecute>