我在 NPPExec 中有以下命令:
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 只运行脚本,然后不理会它。我以前有这个工作,但我的 HD 崩溃了,现在我似乎无法让它再次工作。