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只是運行該腳本,並在此之後保持獨立。我之前有這個工作,但我的高清崩潰了,現在我似乎無法再讓它工作。