@echo on
cls
setlocal enabledelayedexpansion

cd /d F:\FILES\Epub
for /r %%a in (*.rar) do "C:\Program Files\WinRAR\WinRAR.exe"...