Page 1 of 1

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

Posted: 2025-04-01, 03:23 UTC
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.

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

Posted: 2025-04-01, 07:31 UTC
by Fla$her