Unpack multiple files in background? Is it possible

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
peterbbrown
Junior Member
Junior Member
Posts: 16
Joined: 2003-06-11, 20:46 UTC

Unpack multiple files in background? Is it possible

Post by *peterbbrown »

I have the new settings in my ini file of AlwaysUnpackInBackground=2 and have tried various settings, but when I select multiple files (i.e. multiple archives of different items) to unpack, it doesn't work: there's no way to either select "background" as an option or to make it work properly.

Am I missing something obvious or does background un/packing work only for single files (i.e. an archive of multiple parts but with only one "part01" file or only one *.rar file)?
User avatar
pdavit
Power Member
Power Member
Posts: 1529
Joined: 2003-02-05, 21:41 UTC
Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
Contact:

Post by *pdavit »

You are right! It's not currently supported.

You can make this a feature request for the next version. ;)
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50842
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

It's not supported because it works only with ZIP, and TC would have to open/check all selected archives whether they are all zips BEFORE even unpacking the first archive...
Author of Total Commander
https://www.ghisler.com
arky
Junior Member
Junior Member
Posts: 9
Joined: 2005-08-15, 20:14 UTC
Location: Poland

Post by *arky »

Could you please make it a hidden option in wincmd.ini then?
With this option enabled multiple files unpacking in background would be possible and when there will be file which can't be extracted in background error will be displayed, extraction stops.

Some workaround:
If you unpacking archives of the same type use a command line: ie:

Code: Select all

unzip *.zip -d <DestinationPath>
I think there was some mechanism to remember such commands in tc which will fill out source and destination path, but i can't find it.
Post Reply