I continue my previous messages here in english
I am trying to insert the "Creation Date" of a list of pictures inside the pictures as a text
After having made several tries (seeing how xnview does with conversion/Batch)
here is what I am trying to do:
SET PRG="E:\Program Files\XnView\NConvert"
SET SRC="IN-##.jpg"
SET DST="OUT-##.jpg"
%PRG% -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -n 0 23 1 -text "<Creation Date [d/m/Y H:M]>" -o %DST% %SRC%
But it does not run, it inserts the text "<Creation Date [d/m/Y H:M]>" itselft instead of the date like XnView does
I certainly make mistakes. But, I do not know what parameter(s) I can use to do the same thing like xnview does
Thanks