• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

adding files to winrar question

Pardus

Diamond Member
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.
 
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
 
Back
Top