Proposal to Add One-by-One File Processing in TC
Posted: 2025-04-01, 03:23 UTC
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:
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.
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