Batch Unpack Specific Files

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
nsp
Power Member
Power Member
Posts: 1949
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Batch Unpack Specific Files

Post by *nsp »

Some thought:
  • The jpg/png are already inside the archives..
  • TC pack ALL selected file to a Single archive. So TC is not really helpful to process each files with specified parameters
  • This is where you can find a way with a script using TCBL and guessing archive name in same folder or a fixed one like "proof of Work.7z"

    Code: Select all

    cmd: <path to>tcbl.exe
    parametters: -q %L cd /d "$p" $; 7z a "proof of Work.7z" "$n"
curiosity22
Junior Member
Junior Member
Posts: 12
Joined: 2022-03-27, 03:18 UTC

Re: Batch Unpack Specific Files

Post by *curiosity22 »

I'll give that a try and see how it goes ty very much
curiosity22
Junior Member
Junior Member
Posts: 12
Joined: 2022-03-27, 03:18 UTC

Re: Batch Unpack Specific Files

Post by *curiosity22 »

Hrmmm cannot find link that is working to download tcbl v 1.04 actually no links for tcbl working at all
curiosity22
Junior Member
Junior Member
Posts: 12
Joined: 2022-03-27, 03:18 UTC

Re: Batch Unpack Specific Files

Post by *curiosity22 »

NM found one
User avatar
nsp
Power Member
Power Member
Posts: 1949
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Batch Unpack Specific Files

Post by *nsp »

curiosity22 wrote: 2022-03-31, 01:29 UTC Hrmmm cannot find link that is working to download tcbl v 1.04 actually no links for tcbl working at all
TCBL light version should be enough.
Post Reply