Thanks for Your Donations

Total 0 Donators
Donate to us!
Results 1 to 4 of 4

Thread: Question about archiving files.

  1. #1
    schnuh330 is offline Junior Member Starting To Post
    Join Date
    Mar 2009
    Posts
    8
    Rep Power
    6

    Default Question about archiving files.

    Ok I want to compress all the files in one folder into individual .zip or .rar files on windows, but there is a pantsload of files and it'll take me forever to do them all one by one. Is there a .bat script i can put in to the 'send to' folder to do this? or some other way? I have some other scripts that make filelists and such but i didn't write them nor do i know how. I just found them with google but i can't word it right for google to find a fix to this. any help greatly appreciated, thanks.

  2. #2
    T D
    T D is offline V.I.P Member High Lander
    Join Date
    Jan 2007
    Posts
    2,220
    Rep Power
    14

    Default

    You can do it into 7z or zip files with 7-zip's 7z.exe

    You'd make a bat or cmd script in that directory with
    Code:
    whole load of stuff here
    
    "c:\program files\7-zip\7z.exe" a -ai [something] -t 7zORzip
    
    wholeloadofstuffhere2
    In whole load of stuff here, you'd want to somehow make a variable that points to the first file, the first time the batch script is initiated. In [something] you'd type the variable you set in the 1st whole load of stuff. In wholeloadofstuffhere2 you'd want to make it so it loops back to the beginning, and the variable calculation is done again, pointing to the next file in the folder.

    Haven't touched batch files in yonks, don't remember how to do the whole load of stuffs :\

  3. #3
    Man_Ho_dOOd is offline Senior Member PS3ISO AllStar
    Join Date
    Dec 2007
    Location
    Lotusland
    Posts
    357
    Rep Power
    9

    Default

    Google "batch zip toolkit". Shareware with 30-day trial.

  4. #4
    schnuh330 is offline Junior Member Starting To Post
    Join Date
    Mar 2009
    Posts
    8
    Rep Power
    6

    Default

    thanks

Similar Threads

  1. Question about splitting games with +4gb files.
    By Axelander9999 in forum PS3 Help
    Replies: 3
    Last Post: 22nd August 2011, 01:48 AM
  2. Question about Multiman and split files
    By oglet in forum PS3 Help
    Replies: 4
    Last Post: 2nd August 2011, 06:39 AM
  3. Question about Killzone 3 and extracted PSARC files.
    By JohnFRemedy in forum PS3 Help
    Replies: 2
    Last Post: 20th May 2011, 07:08 AM
  4. Getting Files to Internal Drive Question
    By lumbo in forum PS3 Help
    Replies: 2
    Last Post: 2nd May 2011, 04:39 PM
  5. Replies: 3
    Last Post: 11th March 2011, 03:15 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •