1
我在NPPExec以下命令:NPPExec脚本的CreateProcess()失败,错误代码2失败:
NPP_SAVE
npp_exec "C:\bin\foo.sh"
凡foo.sh包含以下内容:
#! /bin/bash
echo "This is a test script"
这是输出从NPPExec控制台:
NPP_SAVE: C:\bin\foo.sh
NPP_EXEC: "C:\bin\foo.sh"
#! /bin/bash
CreateProcess() failed with error code 2:
The system cannot find the file specified.
"This is a test script"
================ READY ================
我希望NPP_EXEC只是运行该脚本,并在此之后保持独立。我之前有这个工作,但我的高清崩溃了,现在我似乎无法再让它工作。