Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- REM Copy all multi-part archive files in current dir into dest
- for /r %i in (*.rar *.r*) do copy "%i" "..\dest\"
- REM Then extract all of them at once
- for %i in (*.r00") do "C:\Program Files\WinRAR\unRAR.exe" x %i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement