Code:
first
on_release_complete=start d:\ioFTPD\scripts\HideRun.exe unrar.exe e %FIRSTFILE% *.* %DIR%
on_release_complete=start d:\ioFTPD\scripts\HideRun.exe unrar.exe x [-y] %FIRSTFILE% %DIR%
second
on_release_complete=start d:\ioFTPD\scripts\HideRun.exe unrar.exe e %FIRSTFILE% *.* %DIR% | del /s /q %DIR%\*.r??
on_release_complete=start d:\ioFTPD\scripts\HideRun.exe unrar.exe x [-y] %FIRSTFILE% %DIR% | del /s /q %DIR%\*.r??
first setting, extract correctly.
but second, dont extract with deleting files *.r??
in my opinion,
during unrar somethings, del command delete those files.
so, unrar failed.
i think method of solving the problem is delay deleting files while UNRAR extract rars.
or after extracting completely, delete others files by unRAR options if it had such a options...
sorry, poor english.