Results 1 to 9 of 9
-
14th Aug 2011, 02:51 PM #1OPMemberWebsite's:
PremiumRDA.comWinRAR Help
Hello,
I am wondering if someone knows how i can put a .txt file or a folder in more than one archive in the same time.
lets make this simple:
text.txt
into
archive.rar
archive1.rar
archive2.rar
archive3.rar
and so on
Please if you know how let me know
Thank you for reading.PremiumRDA Reviewed by PremiumRDA on . WinRAR Help Hello, I am wondering if someone knows how i can put a .txt file or a folder in more than one archive in the same time. lets make this simple: text.txt into Rating: 5
-
14th Aug 2011, 05:01 PM #2MemberWebsite's:
mydediservers.comHow many Archived files have you got that you need the text file inserted into? Are you after some sort of script that will do this for you?
-
14th Aug 2011, 05:13 PM #3OPMemberWebsite's:
PremiumRDA.comAbout 100 - 300 archives daily. I am pretty sure that there is an option on winrar to do that
-
14th Aug 2011, 05:44 PM #4MemberWebsite's:
mydediservers.comI'm not sure about adding files into an archive but here is something that may help you regarding backing seperate archives files daily:
http://www.computing.net/answers/pro...rar/19135.html
-
14th Aug 2011, 05:50 PM #5Member
I don't think there are any functions like that in Winrar, as it wasn't made to make multiple archives but instead make one big file and compress everything.
But you can just drag and drop the text file for each archive.
Make me topic on my forums if u need more help.
-
16th Aug 2011, 02:15 AM #6Member
If you're referring to inserting .nfo, .txt and .url files into your .rar or .zip files that refer the dl'er back to your site with userid # (for referral counts) then I have a program (developed by a dear friend) that I could provide. This program is not for general distribution so please pm me and I'll provide a link. Please note, this program will "only" work at the time that you are compiling the ".rar" files. This is an important distinction. The program will not work to insert this material into existing .rar files. Furthermore, it does not work in anything other than .rar files.
P.S. I hope this is not against the rules and if it is I sincerely appologize.
Sincerely,
ShovellinSnow
-
17th Aug 2011, 11:08 PM #7Respected Member
Windows or linux?
-
17th Aug 2011, 11:28 PM #8OPMemberWebsite's:
PremiumRDA.comWindows
Thanks for the replies.
-
18th Aug 2011, 12:41 AM #9Respected Member
Here you go. Save the script to the folder with the text.txt file and call it raradd.cmd
@ECHO OFF
:: parameters:
:: %1 is drive letter only
:: %2 is folder name
for /r "%1:%2" %%g in (*) do (
"c:\Program Files (x86)\Winrar\WinRAR.exe" a "%%g" text.txt
)
run the command with drive and folder parameters like this: raradd e myfolder
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
7-ZIP or WINRAR
By mazzo in forum Polling PlazaReplies: 55Last Post: 8th Sep 2012, 07:55 AM -
Help Winrar Profile
By Eddie Morra in forum Tutorials and GuidesReplies: 0Last Post: 6th Feb 2012, 06:59 PM -
need help winrar
By VagosDown in forum Technical Help Desk SupportReplies: 3Last Post: 31st Aug 2011, 02:26 AM -
Winrar Comment
By fatfighter in forum Technical Help Desk SupportReplies: 7Last Post: 10th Jul 2011, 08:59 PM -
Command Winrar
By kikikaka in forum Web Development AreaReplies: 2Last Post: 18th Dec 2010, 10:08 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...