View Single Post
Old 12-19-2004, 03:46 PM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

Or create a .bat file that extracts the files sent as arguments and *then* delete the rars.

Something like:
Code:
on_release_complete=start d:\ioFTPD\scripts\HideRun.exe extract.bat %FIRSTFILE% %DIR%
Code:
unrar.exe x -y %1% %2%
del /s /q %2%\*.r??
Harm is offline   Reply With Quote