View Single Post
Old 03-23-2005, 05:14 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

I think Neoxed posted a script to deal with those.
See ioftpd.com/scripts

Also, deleting all .ioFTPD files from any number of subdirectories is a one line DOS command :
del /a/s C:\Somedir\.ioFTPD
This will delete all .ioFTPD files from C:\Somedir and all subdirectories.
You can even replace 'del' by 'dir' beforehand to make sure what files it will delete.
Mouton is offline   Reply With Quote