Dunno what you try to do but I know the problem.
Ioa is calling itself via the Run script settings. This is not the correct way.
You cannnot make ioa execute itself so this is the reason for having the problem.
instead of:
Nuke_Run_Script = "C:\ioFTPD\scripts\ioA\ioA.exe nuke %user %.0size %.0multi"
set it to:
Nuke_Run_Script = ""
if no script should be executed
|