Recent content by bob sackett

  1. B

    Question how to split an existing rar file from the command line

    how is that different from raring the original file. When you unrar you end up with the files in the rar. Now I'm at the original starting point with the script renaming all the parts a different name. I believe the solution will be to embed the (pwgen 26 1) code into the commnad line rather...
  2. B

    Question how to split an existing rar file from the command line

    I need to take an existing rar and split it into 50Mb pieces. Creating the orginal with -v50M isn't an option. After the file is created it's given a secure random gen name. If it's created with -v then all the chunks have different names since the random generator is called after the rar...