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

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1.     
    #11
    Member
    Quote Originally Posted by CatchItBaby View Post
    everything is given in detailed in first post

    http://www.besthostingforums.com/sho...60&postcount=1
    ok...got the point..
    will do it when I am free
    Coding Horror Fan
    I don't read PM's frequently .

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    warezall.com
    Ok..

    The message you have entered is too short

  4.     
    #13
    Member
    Website's:
    extremecoderz.com helpfultools.net
    PHP Code: 
    #!/bin/bash
    # Author: Avek
    # Create folder of each *rar file, unpack rar file there
    # and then remove all rar files

    for x in *part*.rar
    do
      if [ -
    "${x%.part*}]; then
        
    echo -ne;
      else
        
    mkdir "${x%.part*}";
        echo 
    "${x%.part*}";
        
    rar e "$x./"${x%.part*}";
      
    fi
    done
    rm 
    -*part*.rar
    #in case that u having *.rar files without part in name
    for x in *.rar
    do
    y=`echo $x | sed 's/.rar//g'`
      if [ -
    "$y]; then
        
    echo -ne;
      else
      
    mkdir "$y";
      
    rar e "$x./"$y";
      
    fi
    done
    rm 
    -rf *.rar 
    I hope that is fine, checked couldn't find any bug but if there's any lemme know
    ExtremeCoderz support team member
    Animesuki fan

  5.     
    #14
    Member
    Website's:
    warezall.com
    WoW... Worked Thanks

  6.     
    #15
    Member
    Works Like A Charm.....Thanks A Ton...TC..Peace Out.

    Orb.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. bash script mass download from links in text file
    By Mutikasa in forum Tutorials and Guides
    Replies: 1
    Last Post: 9th May 2012, 04:20 PM
  2. OpenVPN For VZ VPS Bash Script. "CentOS"
    By dotvps in forum Tutorials and Guides
    Replies: 4
    Last Post: 28th Feb 2012, 01:07 PM
  3. mass upload bash script (good for Megaupload)
    By Mutikasa in forum Tutorials and Guides
    Replies: 7
    Last Post: 13th Jan 2012, 12:54 PM
  4. How to: remotely backup your DB (bash script)
    By masterbator in forum Technical and Security Tutorials
    Replies: 8
    Last Post: 6th Dec 2011, 05:54 AM
  5. ssh/bash script
    By t3od0r in forum Technical Help Desk Support
    Replies: 0
    Last Post: 6th Oct 2010, 06:41 PM

Tags for this Thread

BE SOCIAL