Proposal to Add One-by-One File Processing in TC

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
yahuu
Member
Member
Posts: 122
Joined: 2015-01-15, 03:19 UTC

Proposal to Add One-by-One File Processing in TC

Post by *yahuu »

Some command-line tools do not support multiple input file parameters. When trying to call them in batch mode in tc, we can only loop through each file one by one. Currently, tc cannot perform loops and requires writing a separate script.

Could you add a parameter for processing files one by one? For example, the command would look like this:

Code: Select all

[em_onebyon]
cmd=tool.exe
param=-input=%s.fileName -output=%s.fileNameNoext_hello_%s.fileExt
Then, when executing this command, it would process the selected files one by one instead of passing all selected files to the tool at once.
License #301983 (2016)
TC 11.51 32+64bit on 10 (21H2) 64bit, 'Everything' 1.5.0.1388a
Autorun 2.2.18.1
Fla$her
Power Member
Power Member
Posts: 2981
Joined: 2020-01-18, 04:03 UTC

Re: Proposal to Add One-by-One File Processing in TC

Post by *Fla$her »

Overquoting is evil! 👎
Post Reply