Results 1 to 9 of 9
-
16th Jul 2011, 08:44 AM #1OPMember
How to in Console RAR...
Well, I need to use Console RAR to make something done, but I have troubles with understanding commands.
When I navigate to the specific folder, and run this command:
rar a -v362 test.rar
Is there a command that can be used for raring all files from the folder separately ?
Sample:
test folder contains text1.txt and text2.txt. I need to make text1.rar and text2.rar.
Thank you.Cojba Reviewed by Cojba on . How to in Console RAR... Well, I need to use Console RAR to make something done, but I have troubles with understanding commands. When I navigate to the specific folder, and run this command: RAR will take all the files from that folder and add them into test.rar(splitted in desired parts). Is there a command that can be used for raring all files from the folder separately ? Rating: 5HQLessons.Net + HQLessons.Com + 8months of HQ shared hosting - 30$
Selling two themaPosters for 25$ or 15$ for each. Payza(AP) only. Contact me :)
Respected and trusted members: wf?9, Jimmy, ramicn, Matijasevic, rkze1
Cheap desktop apps development. Contact via pm or msn.
-
16th Jul 2011, 08:47 AM #2MemberWebsite's:
Elite.SO Defendos.com Motionite.comPlease try:
Code:rar a -v362 *.*
-
16th Jul 2011, 08:51 AM #3OPMember
It says:
Cannot create *.*
The filename, directory name, or volume label syntax is incorrect.HQLessons.Net + HQLessons.Com + 8months of HQ shared hosting - 30$
Selling two themaPosters for 25$ or 15$ for each. Payza(AP) only. Contact me :)
Respected and trusted members: wf?9, Jimmy, ramicn, Matijasevic, rkze1
Cheap desktop apps development. Contact via pm or msn.
-
16th Jul 2011, 10:40 AM #4Member
for i in *; do rar a -m0 -v362m "${i%}.rar" "$i"; done
-
16th Jul 2011, 10:57 AM #5OPMember
@buck_rider - where and when exactly should I input this ?
when I add winrar tools and then navigate to the desired folder, and then call your command, I'm getting:
i was unexpected at this timeHQLessons.Net + HQLessons.Com + 8months of HQ shared hosting - 30$
Selling two themaPosters for 25$ or 15$ for each. Payza(AP) only. Contact me :)
Respected and trusted members: wf?9, Jimmy, ramicn, Matijasevic, rkze1
Cheap desktop apps development. Contact via pm or msn.
-
16th Jul 2011, 11:09 AM #6MemberCode:
for /D %%i in (*) Do C:\\Programs\\Winrar\\rar.exe a -m0 -v362m \"%%i.rar\" \"%%i\"
The other command was for linux, didn't expect you wanted it for windows.
-
16th Jul 2011, 11:24 AM #7OPMember
hmmm... it seems like I'm real noob with cmd
d:\source> for /D (*) Do C:\Documents and Settings\Administrator\Desktop\rar\rar32.exe a -m0 -v362m \"%%i.rar\" \"%%i\"
I'm using win xp, d:\source is my folder with files need to be rared, and you can see my path for rar.exe. Can you see where I'm wrong ?
Sorry if I bother youHQLessons.Net + HQLessons.Com + 8months of HQ shared hosting - 30$
Selling two themaPosters for 25$ or 15$ for each. Payza(AP) only. Contact me :)
Respected and trusted members: wf?9, Jimmy, ramicn, Matijasevic, rkze1
Cheap desktop apps development. Contact via pm or msn.
-
16th Jul 2011, 11:26 AM #8MemberCode:
d:\source> for /D (*) Do "C:\Documents and Settings\Administrator\Desktop\rar\rar32.exe" a -m0 -v362m \"%%i.rar\" \"%%i\"
Haven't used a win box in ages, so I can't even test anything. Should be enough people around who are able to help.
-
16th Jul 2011, 11:44 AM #9OPMember
not working tnx for your help anyway
anyone else with some idea ?HQLessons.Net + HQLessons.Com + 8months of HQ shared hosting - 30$
Selling two themaPosters for 25$ or 15$ for each. Payza(AP) only. Contact me :)
Respected and trusted members: wf?9, Jimmy, ramicn, Matijasevic, rkze1
Cheap desktop apps development. Contact via pm or msn.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
What is your favorite gaming console?
By doni in forum Polling PlazaReplies: 89Last Post: 4th Nov 2012, 07:30 PM -
Which Gaming Console Is Better
By amerriaz in forum Polling PlazaReplies: 26Last Post: 18th Jun 2012, 08:04 AM -
Console Or PC?
By CyberAff in forum Polling PlazaReplies: 64Last Post: 13th Jun 2011, 05:44 PM -
What console do you have ?
By CyberMurkz in forum Polling PlazaReplies: 18Last Post: 1st Nov 2010, 05:13 PM -
Console World Is In Need Of Staff!
By Dark-BlaZe in forum Community CooperativeReplies: 0Last Post: 23rd May 2010, 03:10 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...