topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 8:37 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Drag+Drop Robot config for 7zip  (Read 8721 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Drag+Drop Robot config for 7zip
« on: February 12, 2014, 08:22 AM »
Just thought i'd share this since i had use for it today.

If you want to use 7-zip to compress a bunch of FOLDERS, each to their own compressed archive, use the following as your commandline:

C:\Program Files\7-Zip\7z.exe a -r "%2.7z" "%2"
or for zip format: C:\Program Files\7-Zip\7z.exe a -r "%2.zip" "%2"

And set your options to "Allow dropped folders" in top right if not already set.


« Last Edit: February 12, 2014, 03:26 PM by mouser »

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Drag+Drop Robot config for 7zip
« Reply #1 on: February 12, 2014, 03:12 PM »
Small typo in the second line? Replace .7z with .zip, IMHO :huh:
Edit: It's corrected.
« Last Edit: February 13, 2014, 01:59 AM by Ath »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Drag+Drop Robot config for 7zip
« Reply #2 on: February 12, 2014, 03:26 PM »
Quite right, fixed  :up: