adding files to winrar question

Pardus

Diamond Member
Jun 29, 2000
8,197
21
81
is it possible to add one or more files to multiple pre-existing winrar archive folders? want to add a single file right now to 30 rar's, but don't want to do it one by one. thanks.
 

StormSide

Diamond Member
Oct 9, 1999
4,214
52
91
REM Command Line Version
for %%I in (*.rar) do "C:\Program Files\WinRAR\RAR.exe" a "%%I" filename
pause

To create the batch file, copy the text above into Notepad and save it as "addfiles.bat", (without quotes). addfiles. Put addfiles.bat in the same folder as the RAR files.

replace filename with the file name you want to add

rar files need to be all in the same folder with the file you want to add