Thread: logrotation
View Single Post
Old 01-03-2004, 10:08 AM  
MastaJ
Junior Member
 
Join Date: Sep 2003
Posts: 6
Default

if you want to be extra safe...use a batch file and put it in the scheduler. for example:
_____________________________________
****LOGS = **** EXEC ..\scripts\****logs.bat
_____________________________________

then in ****logs.bat put:
__________________________
cd /d c:\your\path\to\ioftpd\logs
del ioftpd.log
del SysOp.log
del xferlog
echo none >> ioFTPD.log
_____________________

not sure if this is what you wanted...but it works..
MastaJ is offline   Reply With Quote