Activity Stream
48,167 MEMBERS
6781 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    PornSource.org

    Default How to add one file to multiple archives

    As the title says...

    I have a bunch of .rar archives and now i need to add 1 file to each archive.
    Now this wouldn't be a problem if i had 10-15 archives but i need to do this a bunch of times. So is there any "secret" option in winrar, or maybe some other application?

    Thanks.
    outbreak Reviewed by outbreak on . How to add one file to multiple archives As the title says... I have a bunch of .rar archives and now i need to add 1 file to each archive. Now this wouldn't be a problem if i had 10-15 archives but i need to do this a bunch of times. So is there any "secret" option in winrar, or maybe some other application? Thanks. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    You will have to run a batch file.

    Windows or linux?

  4.     
    #3
    Member
    Website's:
    PornSource.org
    Windows.

  5.     
    #4
    Respected Member
    create a file raradd.bat or raradd.cmd depending on version of windows. Change the location of where the winrar is located depending on version of windows. Change the add.me file to the one you want added to the archive.
    Place this file with the one you want added in the folder and run it.

    Code: 
    @REM ------- BEGIN raradd.cmd ----------------
    @setlocal
    @echo off
    set path="C:\Program Files (x86)\WinRAR\";%path%
    for /F %%i in ('dir /s/b *.rar') do call :do_add "%%i"
    goto :eof
    
    :do_add
    echo %1
    rar a %1 add.me
    
    :eof
    
    REM ------- END raradd.cmd ------------------

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Which file hosts count multiple downloads from same IP?
    By chocoholic in forum File Host Discussion
    Replies: 6
    Last Post: 14th Sep 2012, 06:01 PM
  2. multiple file host
    By shanshayan in forum Webmaster Discussion
    Replies: 0
    Last Post: 21st Jan 2012, 10:38 AM
  3. create multiple copies of a file
    By techdaemon in forum Technical Help Desk Support
    Replies: 1
    Last Post: 10th Nov 2010, 02:17 AM
  4. DDL CMS 1.0 Multiple Remote File Inclusion Vulnerabilities
    By tstowe in forum Forum and DDL Discussion
    Replies: 13
    Last Post: 27th Apr 2010, 04:14 PM
  5. Multiple file sharing sites Uploader
    By gamelord in forum Webmaster Resources
    Replies: 8
    Last Post: 30th Jan 2010, 01:25 PM

Tags for this Thread

BE SOCIAL