Page 2 of 2

Re: ExifTool config not working.

Posted: Thu Jul 20, 2023 6:22 am
by xnview
you can use something like

Code: Select all

"D:\Portable\XnViewMP\AddOn\exiftool.exe" "%1" -config "D:\Portable\XnViewMP\AddOn\first_file.config" -progress -directory<%%d$firstfile -k
%1 is the filename

Re: ExifTool config not working.

Posted: Thu Jul 20, 2023 6:35 am
by FKCapitalism2
xnview wrote: Thu Jul 20, 2023 6:22 am %1 is the filename
Thanks for clarification, this works great.

-config "D:\Portable\XnViewMP\AddOn\first_file.config" %1 -progress -directory<%%d$firstfile -k

produces command line

-config "D:\Portable\XnViewMP\AddOn\first_file.config" "S:\-= NEX-5T =-\April 03 2023\_DSC0050.ARW" "S:\-= NEX-5T =-\April 03 2023\_DSC0051.ARW" "S:\-= NEX-5T =-\April 03 2023\_DSC0052.ARW" -progress -directory<%%d$firstfile -k