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

Results 1 to 9 of 9
  1.     
    #1
    Member

    Question 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
    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 ?

    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: 5
    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.

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    Please try:

    Code: 
    rar a -v362 *.*

    Defendos BETA3 Released! Thread - Official Website

  4.     
    #3
    Member
    It says:

    Cannot create *.*
    The filename, directory name, or volume label syntax is incorrect.
    Tnx for trying to help
    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.

  5.     
    #4
    Member
    for i in *; do rar a -m0 -v362m "${i%}.rar" "$i"; done

  6.     
    #5
    Member
    @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 time
    thank you
    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.

  7.     
    #6
    Member
    Code: 
    for /D %%i in (*) Do C:\\Programs\\Winrar\\rar.exe a -m0 -v362m \"%%i.rar\" \"%%i\"
    Try that, might have to change the path. Works on Win XP, no idea about Vista/Win7.

    The other command was for linux, didn't expect you wanted it for windows.

  8.     
    #7
    Member
    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\"
    This is what I tried now, and I'm getting error "in was unexpected at this time".

    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 you
    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.

  9.     
    #8
    Member
    Code: 
    d:\source> for /D (*) Do "C:\Documents and Settings\Administrator\Desktop\rar\rar32.exe" a -m0 -v362m \"%%i.rar\" \"%%i\"
    Try it that way, if that doesn't work I am out of ideas.
    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.

  10.     
    #9
    Member
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What is your favorite gaming console?
    By doni in forum Polling Plaza
    Replies: 89
    Last Post: 4th Nov 2012, 07:30 PM
  2. Which Gaming Console Is Better
    By amerriaz in forum Polling Plaza
    Replies: 26
    Last Post: 18th Jun 2012, 08:04 AM
  3. Console Or PC?
    By CyberAff in forum Polling Plaza
    Replies: 64
    Last Post: 13th Jun 2011, 05:44 PM
  4. What console do you have ?
    By CyberMurkz in forum Polling Plaza
    Replies: 18
    Last Post: 1st Nov 2010, 05:13 PM
  5. Console World Is In Need Of Staff!
    By Dark-BlaZe in forum Community Cooperative
    Replies: 0
    Last Post: 23rd May 2010, 03:10 PM

Tags for this Thread

BE SOCIAL