Thread: site pretime
View Single Post
Old 03-14-2004, 12:38 PM  
_rage_ thegod
Member
 
Join Date: Jan 2004
Posts: 40
Default

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.
_rage_ thegod is offline   Reply With Quote