ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: HBox on May 04, 2014, 04:28:31 AM

Title: -T and executeNUM
Post by: HBox on May 04, 2014, 04:28:31 AM
I am using an args fule with -executeNUM

It seems like that {readyNUM} is not outputed when using option -T.

Is there a way to get the ready message?

Or is there a way to include my own num in the tab delimted return string?

Like: NUM \t result\t result
Title: Re: -T and executeNUM
Post by: Phil Harvey on May 04, 2014, 07:19:26 AM
The -T option is short for -t -S -q -f.  It sounds like you want to drop the -q.

Or another alternative is to use the -echo3 option, which will output a separate line with whatever text you want.

I can't think of a way to get a number on the same line.

- Phil