I have the following command in NPPExec:
NPP_SAVE
npp_exec "C:\bin\foo.sh"
Where foo.sh contains the following:
#! /bin/bash
echo "This is a test script"
This is the output from the NPPExec console:
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 ================
I want NPP_EXEC to just run the script, and leave it alone after that. I had this working before, but my HD crashed, now I can't seem to get it working again.