You're using the wrong path to ioBanana.exe
Try, in a command prompt:
dir "d:\ioftpd\system\..\scripts\ioBanana.exe"
replace d:\ioftpd by the location of your ioftpd install.
Relative dirs are relative to the location of the .exe, so ..\scripts means d:\ioftpd\scripts
|