just an idea, i havent and cant test this since i dont have the script nor do i intend to, but anyway, try this:
take the
pretime = EXEC ..\scripts\iopretime\iopretime.exe arg
line, create a batch file like this:
Code:
@echo off
set SystemRoot=c:\WINNT
c:\ioftpd\scripts\iopretime\iopretime.exe arg
exit 0
and replace
pretime = EXEC ..\scripts\iopretime\iopretime.exe arg
with
pretime = EXEC ..\scripts\path\to\where\you\put\the\batchfile.cmd
again, i have
no clue if this works, but try if you want.